Skip to content

Commit c34693d

Browse files
committed
ci(tools): #449 Fix svelte check matcher
1 parent 8e6d67d commit c34693d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
node-version: 18
2020
cache: 'pnpm'
2121
- 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"
22+
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"
2325
- name: Install Node Dependencies
2426
run: pnpm install
2527
- name: Run all lints

.github/workflows/svelte-check-matcher.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"file": 2,
1010
"line": 3,
1111
"column": 4,
12-
"message": 5,
13-
"loop": true
12+
"message": 5
1413
}
1514
]
1615
}

0 commit comments

Comments
 (0)