Skip to content

Commit

Permalink
CI: Reconfigured PHP Code Sniffer (#6)
Browse files Browse the repository at this point in the history
Removed the code standart config row
Added code_quality.csv report artifact

Resolves task: CI/CD: Configure workflows (#6)
  • Loading branch information
fet1sov authored Jun 27, 2024
1 parent bacde2f commit dceec51
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ jobs:
with:
php_version: 8.2
path: www/
standard: phpcs.xml
report: csv
report_file: reports/code_quality.csv

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: quality_report
path: reports/code_quality.csv
retention-days: 5

0 comments on commit dceec51

Please sign in to comment.