Skip to content

Commit

Permalink
chore(ci): remove composer audit (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
toniperic authored Nov 7, 2024
1 parent a665f16 commit 2faa509
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
- name: "Run linting"
run: "composer lint"

- name: "Run Composer audit"
run: "composer audit"

- name: "Run coding style"
if: ${{ matrix.dependencies == 'locked' && matrix.php-version == '8.2' }}
run: "composer code-style:check"
Expand Down

0 comments on commit 2faa509

Please sign in to comment.