We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6d67d commit c34693dCopy full SHA for c34693d
2 files changed
.github/workflows/checks.yml
@@ -19,7 +19,9 @@ jobs:
19
node-version: 18
20
cache: 'pnpm'
21
- name: 'Add custom eslint matcher' # see https://github.com/actions/setup-node/issues/403
22
- run: echo "::add-matcher::.github/workflows/eslint-matcher.json" && echo "::add-matcher::.github/workflows/svelte-check-matcher.json"
+ run: echo "::add-matcher::.github/workflows/eslint-matcher.json"
23
+ - name: 'Add custom svelte-check matcher'
24
+ run: echo "::add-matcher::.github/workflows/svelte-check-matcher.json"
25
- name: Install Node Dependencies
26
run: pnpm install
27
- name: Run all lints
.github/workflows/svelte-check-matcher.json
@@ -9,8 +9,7 @@
9
"file": 2,
10
"line": 3,
11
"column": 4,
12
- "message": 5,
13
- "loop": true
+ "message": 5
14
}
15
]
16
0 commit comments