Skip to content

Commit 403afa3

Browse files
authored
Always try to remove the problem matcher
1 parent 4d81f86 commit 403afa3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727

2828
- run: npm run markdownlint
2929

30+
- uses: ./
31+
if: success() || failure()
32+
with:
33+
action: remove
34+
3035
build:
3136
runs-on: ubuntu-latest
3237

0 commit comments

Comments
 (0)