aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/format.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #2219: use artifact v4 instead of v3Jozef Mlich2025-01-231-1/+1
|
* branches: Update files to refer to main instead of developFinlay Davidson2023-03-021-1/+1
|
* Update clang-{format,tidy} to 14Finlay Davidson2023-01-041-2/+2
| | | | | Also add configuration options only available in 13 and 14. Fixes warning about -fstack-usage in clang-tidy check.
* Fix docker issueRiku Isokoski2022-10-101-2/+3
|
* Add clang-tidy check to display warnings on GitHubRiku Isokoski2022-10-101-3/+35
|
* Fix Docker workflow not pushing on manual triggerFinlay Davidson2022-07-191-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.
* Minor changes to clang-format workflow (#1177)FintasticMan2022-06-111-2/+1
|
* Only test format when it is wantedRiku Isokoski2022-05-161-0/+4
|
* Don't allow test-format.sh to be run locallyRiku Isokoski2022-05-161-1/+1
|
* Add formatting test workflowRiku Isokoski2022-05-081-0/+34