Skip to content

Commit

Permalink
Run composer audit as part of CI, too
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski committed Dec 17, 2023
1 parent bd453e3 commit e404a4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: "Validate composer dependencies"
run: "composer validate"

- name: "Run composer audit"
run: "composer audit --no-dev --locked"

- name: "Check code style"
run: "composer check-cs"

Expand Down

0 comments on commit e404a4a

Please sign in to comment.