Skip to content

Commit

Permalink
remove deprecated workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Jan 5, 2023
1 parent 4b5ffef commit f857e27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
with:
php-version: '7.4'
coverage: none
tools: phpcs
- name: composer install
run: composer install
- name: PHPCS check
uses: chekalsky/phpcs-action@v1
with:
phpcs_bin_path: './vendor/bin/phpcs .'
run: './vendor/bin/phpcs .'

0 comments on commit f857e27

Please sign in to comment.