summaryrefslogtreecommitdiff
path: root/.github/workflows/format.yml
AgeCommit message (Collapse)AuthorFilesLines
2022-07-19Fix Docker workflow not pushing on manual triggerFinlay Davidson1-1/+1
Also fix issue where workflow fails on pull requests when the user who made the pull request doesn't have the secrets set. Also allow other workflows to be triggered manually. Also don't trigger any workflows on pull requests to master, as there shouldn't be any pull requests against master.
2022-06-11Minor changes to clang-format workflow (#1177)FintasticMan1-2/+1
2022-05-16Only test format when it is wantedRiku Isokoski1-0/+4
2022-05-16Don't allow test-format.sh to be run locallyRiku Isokoski1-1/+1
2022-05-08Add formatting test workflowRiku Isokoski1-0/+34