We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ceaa0 commit c5cb42cCopy full SHA for c5cb42c
.github/workflows/crunch42-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Find all other JSON files and delete those
26
run: |
27
rm -rf ./installdir/domserver/lib/vendor ./lib/vendor
28
- rm -f ./doc/manual/sphinx-team.json ./doc/manual/sphinx-team.json
+ rm -f ./doc/manual/sphinx-team.json ./doc/manual/sphinx-team.json ./composer.json
29
find ./ -name "*.json"
30
31
- name: 42Crunch REST API Static Security Testing
0 commit comments