Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 6bb4997

Browse files
committed
ci(style): ignore scripts
1 parent 869cd9f commit 6bb4997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
3131

3232
- name: Install dependencies
33-
run: npm ci
33+
run: npm ci --no-audit --ignore-scripts
3434

3535
- name: Check source code with eslint
3636
run: npx eslint --fix --ext .js,.ts,.jsx,.tsx --ignore-pattern commitlint.config.js --ignore-path .gitignore ./

0 commit comments

Comments
 (0)