name: PHP CodeSniffer
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: git clone --branch=5.2 --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
- uses: chekalsky/phpcs-action@e269c2f264f400adcda7c6b24c8550302350d495
uses: actions/setup-node@v1
with:
node-version: "12"
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: echo "::add-matcher::.github/javascript-syntax.json"
- name: Remove files to be ignored
run: |
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: echo "::add-matcher::.github/php-syntax.json"
- name: Remove files to be ignored
run: |