summaryrefslogtreecommitdiffstats
path: root/.github/workflows/format_push.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Install extra CLI dependencies that are missing (#16426)Joel Challis2022-02-221-5/+4
| | | | | * Install extra CLI dependencies that are missing * dos2unix is part of base container
* Install extra CLI dependencies that are missing (#16425)Joel Challis2022-02-221-0/+1
|
* Add diff logic to python format subcommand (#15156)Joel Challis2021-11-171-1/+1
| | | | | | | | | | | * Add diff logic to python format subcommand * Update test * Add in filter per format-c * fix tests * Update new workflow
* Auto-create PRs for merged formatting issues (#15157)Joel Challis2021-11-171-0/+49
* Auto-create PRs for merged formatting issues * Update .github/workflows/format_push.yaml