We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf3f85 commit a4a8629Copy full SHA for a4a8629
.github/workflows/lint.yaml
@@ -83,13 +83,9 @@ jobs:
83
if: always() && steps.install.outcome == 'success'
84
run: composer validate --strict
85
86
- - name: Download Symfony CLI
87
- if: always() && steps.install.outcome == 'success'
88
- run: wget https://get.symfony.com/cli/installer -O - | bash
89
-
90
- name: Check if any dependencies are compromised
91
92
- run: /home/runner/.symfony/bin/symfony check:security
+ run: composer audit
93
94
- name: Run PHPStan
95
0 commit comments