summaryrefslogtreecommitdiffstats
path: root/.github/workflows/format.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Improve our CI tests (#11476)Zach White2021-05-101-31/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add a test and dry-run to qmk generate-api * add a dry-run to qmk pyformat * Add a --dry-run to qmk cformat * reverse the order of nose2 and flake8 tests * run CI test against cformat and pyformat * fix programming errors * tweak job name * fix argument * refine the files we select * fix stack trace in --ci * make cformat exit clean * fix c file extensions * decouple CI from pyformat * remove --ci arg * make ci happy * use the environment var instead * change output to text * fix log message * replace tabs
* [CI] Format develop (#11893)Joel Challis2021-02-151-0/+4
|
* [CI] Auto Formatting - Swap from direct commit to PR (#11229)Joel Challis2021-02-061-6/+12
| | | | | * Swap from direct commit to PR * Fix up
* 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