File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-python@v5
18- - uses : pre-commit/action@v3.0.1
19- - run : |
18+ - name : install dependencies for sorting regressionfiles.yaml
19+ run : |
2020 python -m pip install 'ruamel.yaml'
21- ./sort_regressionfiles_yaml.sh
21+ - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 11---
22fail_fast : false
3+ ci :
4+ skip :
5+ # The dependencies can't be installed on pre-commit.ci, but this runs in
6+ # the normal GitHub Actions workflow.
7+ - sort-regressionfiles-yaml
38repos :
49 - repo : meta
510 hooks :
914 rev : " v5.0.0"
1015 hooks :
1116 - id : check-yaml
17+ - repo : local
18+ hooks :
19+ - id : sort-regressionfiles-yaml
20+ name : Sort regressionfiles.yaml
21+ entry : ./sort_regressionfiles_yaml.sh
22+ language : script
23+ files : ^regressionfiles\.yaml$
1224 - repo : https://github.com/Mateusz-Grzelinski/actionlint-py
1325 rev : " v1.7.3.17"
1426 hooks :
You can’t perform that action at this time.
0 commit comments