File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : PHPCS check
1+ name : Code Style
22
33on :
44 push :
5+ pull_request :
56
67jobs :
78 php :
89 name : PHP
910 runs-on : ubuntu-latest
1011 steps :
11- - uses : actions/checkout@v4.0.0
12+ - uses : actions/checkout@v4
1213 - name : Setup PHP with tools
1314 uses : shivammathur/setup-php@v2
1415 with :
Original file line number Diff line number Diff line change 2121 uses : shivammathur/setup-php@v2
2222 with :
2323 php-version : ${{ matrix.php }}
24- - uses : actions/checkout@v4.0.0
24+ - uses : actions/checkout@v4
2525 - run : echo "::add-matcher::.github/php-syntax.json"
2626 - run : |
2727 ! find . -type f -name '*.php' -exec php -l '{}' \; 2>&1 |grep -v '^No syntax errors detected'
Original file line number Diff line number Diff line change 1212 contents : write
1313
1414 steps :
15- - uses : actions/checkout@v4.0.0
15+ - uses : actions/checkout@v4
1616
17- - uses : actions/setup-node@v3.8.1
17+ - uses : actions/setup-node@v3
1818 with :
1919 node-version : 20
2020
You can’t perform that action at this time.
0 commit comments