summaryrefslogtreecommitdiff
path: root/.github/workflows/format.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-01-04Update clang-{format,tidy} to 14Finlay Davidson1-2/+2
Also add configuration options only available in 13 and 14. Fixes warning about -fstack-usage in clang-tidy check.
2022-10-10Fix docker issueRiku Isokoski1-2/+3
2022-10-10Add clang-tidy check to display warnings on GitHubRiku Isokoski1-3/+35
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