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