Commit Graph

13 Commits

Author SHA1 Message Date
Refringe f53c69e2e5 [workflow] fixes quote issue in error message 2025-07-21 09:30:21 -04:00
Refringe adf9a9b1cc [workflow] auto-commit disabled for PR commits
Something has changed, either in GitHub, the checkout action, or the auto-commit action. Commits in PRs can no longer be checked and have their formatting auto-commited back (at least using this method) without running into permission issues. I've modified the workflow to simply error when formatting has not been run in a PR branch. The auto-commit still runs on commits to develop.
2025-07-21 09:27:10 -04:00
Refringe daf0902e9f [workflow] specify ref and repo in checkout 2025-07-21 09:06:47 -04:00
Refringe a2ff9fd869 [workflow] Reverted stefanzweifel/git-auto-commit-action to v5 2025-07-20 23:47:14 -04:00
Refringe 8e984019fc [workflow] reverts ref/branch setting 2025-07-20 23:26:39 -04:00
Refringe 5e2aa72933 [workflow] sets format ref/branch 2025-07-20 23:19:07 -04:00
Refringe d054d090c1 [workflow] removes checkout reference 2025-07-20 23:01:28 -04:00
Refringe 7b857e5c35 [workflow] format auto-commit author bot account 2025-07-20 22:26:02 -04:00
Refringe f4b5609e0f [workflow] removes format checkout token 2025-07-20 21:04:22 -04:00
Refringe a4fd2f4d84 [workflow] updates format to include commit reference 2025-07-20 20:59:58 -04:00
Refringe 09f0dc38f2 Prevents recursive formatting action runs. 2025-06-18 13:23:49 -04:00
Refringe ca0a7d6345 Updates format workflow trigger event 2025-06-18 13:08:39 -04:00
Refringe 15b2a73765 .NET Format
Implements a commit workflow on every commit that runs `dotnet format` to format the source of the project via the rules configured within the editorConfig. This does nothing to assign any formatting, it just enforces the rules already present.
2025-06-18 12:57:01 -04:00