Skip to content

Commit

Permalink
CI: Reconfigured PHP CF (#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 d2863cb commit 6c781f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
php phpcs.phar --version
- uses: Novusvetus/[email protected]
- name: PHP Code Sniffer
uses: php-actions/phpcs@v1
with:
files: "**.php"
scan_all: true
phpcs_path: php phpcs.phar
php_version: 8.2
path: www/
standard: phpcs.xml
report: csv
report_file: code_quality.csv
report_file: code_quality

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6c781f1

Please sign in to comment.