summaryrefslogtreecommitdiffstats
path: root/.github/workflows/format.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Yet another stab at trying to get github actions to push (#11230)Joel Challis2020-12-161-0/+2
|
* Another attempt to fix formatting workflow (#11187)Joel Challis2020-12-131-1/+2
|
* CI automated format fixes (#11179)Joel Challis2020-12-111-2/+2
| | | | | * Format all C files for now, till diff logic works within CI * Fix recursion of dos2unix
* CI: Add workflow for codebase formatting (#7382)Joel Challis2020-12-101-0/+34
* Add workflow for codebase formatting * stash * review comments * Swap to a more complete push action