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 e282cd4 commit bf8b4e4Copy full SHA for bf8b4e4
.github/workflows/security.yml
@@ -58,6 +58,8 @@ jobs:
58
- uses: actions/checkout@v3
59
with:
60
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
61
+ - name: Install dependencies
62
+ run: npm ci --no-fund
63
- name: Test and coverage
64
run: npm run test:coverage
65
- name: SonarCloud Scan
0 commit comments