File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : pre-commit/action@v3.0.1
1919 - run : |
2020 python -m pip install 'ruamel.yaml'
21- python sort_regressionfiles_yaml.py
21+ if ! python sort_regressionfiles_yaml.py > regressionfiles.diff; then
22+ echo "difference found:"
23+ cat regressionfiles.diff
24+ if ! patch -p1 -i regressionfiles.diff regressionfiles.yaml; then
25+ echo "patch didn't apply cleanly"
26+ else
27+ echo "patch applied cleanly"
28+ fi
29+ exit 1
30+ fi
Original file line number Diff line number Diff line change 22.idea
33
44regressionfiles.diff
5+ regressionfiles.yaml.orig
56regressionfiles_nocomments.yaml
67regressionfiles_sorted.yaml
78
Original file line number Diff line number Diff line change 99 rev : " v5.0.0"
1010 hooks :
1111 - id : check-yaml
12+ - repo : https://github.com/Mateusz-Grzelinski/actionlint-py
13+ rev : " v1.7.3.17"
14+ hooks :
15+ - id : actionlint
You can’t perform that action at this time.
0 commit comments