From c385e420bf91cd6becb129c1803fdc416150497a Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 30 Jan 2026 14:18:22 -0500 Subject: [PATCH 1/2] docs(readme): add missing horizontal rule before closing --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3a3547..f890e94 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file [![CalvinAllen](https://avatars.githubusercontent.com/u/41448698?v=4&s=64)](https://github.com/CalvinAllen) +--- +

- Made with ❤️ by Coding With Calvin + Made with ❤️ by Coding With Calvin

From aaed23c2037f163fab9b28235fbde9160e09587d Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 30 Jan 2026 14:38:30 -0500 Subject: [PATCH 2/2] ci(workflows): standardize GitHub Actions workflows - Build: always run on push to main (remove paths filter) - Contributors: run at 1:00 AM EST, output HTML format --- .github/workflows/build.yml | 4 ---- .github/workflows/contributors.yml | 7 +++---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ea0e94..0985d69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,10 +11,6 @@ on: push: branches: - main - paths: - - 'src/**' - - '*.slnx' - - '.github/workflows/build.yml' jobs: build: diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 5a64a23..daf757f 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -1,14 +1,13 @@ name: Update Contributors on: - push: - branches: - - main schedule: - - cron: '0 0 * * *' + - cron: '0 6 * * *' workflow_dispatch: jobs: contributors: uses: CodingWithCalvin/.github/.github/workflows/contributors.yml@main + with: + output-format: html secrets: inherit