File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 lint-json :
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
1313 - uses : " docker://pipelinecomponents/jsonlint:latest"
1414 with :
1515 args : " find . -not -path './.git/*' -name '*.json' -type f"
1616
1717 lint-php :
18- runs-on : ubuntu-20.04
18+ runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v2
2121 - uses : pipeline-components/php-linter@master
2222
2323 lint-markdown :
24- runs-on : ubuntu-20.04
24+ runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v2
2727 - uses : pipeline-components/remark-lint@master
2828 with :
2929 options : --rc-path=build/.remarkrc --ignore-pattern='*/vendor/*'
3030
3131 lint-yaml :
32- runs-on : ubuntu-20.04
32+ runs-on : ubuntu-latest
3333 steps :
3434 - uses : actions/checkout@v2
3535 - uses : pipeline-components/yamllint@master
Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 php : [ '8.1' ]
21- runs-on : ubuntu-20.04
21+ runs-on : ubuntu-latest
2222 steps :
2323 - uses : actions/checkout@v3
2424 - uses : pipeline-components/php-codesniffer@master
Original file line number Diff line number Diff line change 77
88jobs :
99 composer-validate :
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
1313 - uses : " docker://composer"
1414 with :
1515 args : composer validate --strict --working-dir=solid/
1616
1717 php-codesniffer :
18- runs-on : ubuntu-20.04
18+ runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v2
2121 - uses : pipeline-components/php-codesniffer@master
You can’t perform that action at this time.
0 commit comments