Skip to content

Commit

Permalink
Use manual run of PHPCS for PHP 8 compatibility (in GH Actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Aug 27, 2021
1 parent 4fb57c9 commit 24d3f0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
phpcs:
name: PHPCS

continue-on-error: false

runs-on: ubuntu-latest

steps:
Expand All @@ -26,10 +28,8 @@ jobs:
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
composer upgrade --no-interaction --no-suggest
- name: PHPCS lint
uses: chekalsky/phpcs-action@v1
with:
phpcs_bin_path: './vendor/bin/phpcs'
- name: PHP-8 compatible PHPCS
run: vendor/bin/phpcs

tlint:
name: TLint
Expand Down

0 comments on commit 24d3f0e

Please sign in to comment.