We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c0905 commit 2216fe7Copy full SHA for 2216fe7
1 file changed
.github/workflows/lint-web.yml
@@ -5,15 +5,15 @@ on:
5
branches:
6
- main
7
- dev
8
- - 'release/**'
+ - "release/**"
9
paths-ignore:
10
- "*.md"
11
- "LICENSE"
12
pull_request:
13
14
15
16
17
18
19
@@ -44,4 +44,4 @@ jobs:
44
run: pnpm lint
45
- name: Audit
46
working-directory: ./web
47
- run: pnpm audit --prod
+ run: pnpm audit --prod --ignore-unfixable
0 commit comments