Skip to content

Commit

Permalink
Add composer audit command to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Aug 24, 2022
1 parent 92a2103 commit 65c5b33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: 'Install dependencies'
run: 'composer install --prefer-dist'

- name: 'Run composer audit'
run: 'composer audit --format=plain'

- name: 'Run PHP CodeSniffer'
run: 'vendor/bin/phpcs --extensions=php,phtml'

Expand Down

0 comments on commit 65c5b33

Please sign in to comment.