Skip to content

Commit

Permalink
CI: Skip the exit code for phpcs (#6)
Browse files Browse the repository at this point in the history
Resolves task: CI/CD: Configure workflows #6
  • Loading branch information
fet1sov authored Jun 27, 2024
1 parent 6c781f1 commit cdccf21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: PHP Code Sniffer
uses: php-actions/phpcs@v1
continue-on-error: true
with:
php_version: 8.2
path: www/
Expand Down

0 comments on commit cdccf21

Please sign in to comment.