Skip to content

Commit 3fd8c78

Browse files
committed
edit
1 parent b2c23d5 commit 3fd8c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-sec-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pip install -r requirements.txt
3838

3939
- name: Install Snyk CLI
40-
run: npn install -g snyk
40+
run: npm install -g snyk
4141

4242
- name: Authenticate with Snyk
4343
run: snyk auth ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)