Skip to content

Commit 2216fe7

Browse files
committed
update job
1 parent a5c0905 commit 2216fe7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-web.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
branches:
66
- main
77
- dev
8-
- 'release/**'
8+
- "release/**"
99
paths-ignore:
1010
- "*.md"
1111
- "LICENSE"
1212
pull_request:
1313
branches:
1414
- main
1515
- dev
16-
- 'release/**'
16+
- "release/**"
1717
paths-ignore:
1818
- "*.md"
1919
- "LICENSE"
@@ -44,4 +44,4 @@ jobs:
4444
run: pnpm lint
4545
- name: Audit
4646
working-directory: ./web
47-
run: pnpm audit --prod
47+
run: pnpm audit --prod --ignore-unfixable

0 commit comments

Comments
 (0)