mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 02:21:12 -04:00
Fix php lint action
This commit is contained in:
parent
6d4d7faf8b
commit
1e7a82d99e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['7.2', '7.3', 7.4]
|
||||
php-versions: ['7.3', '7.4']
|
||||
name: php${{ matrix.php-versions }} lint
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -37,4 +37,4 @@ jobs:
|
|||
run: |
|
||||
composer run cs:check -- --format=checkstyle | cs2pr
|
||||
composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )
|
||||
shell: bash {0}
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue