Skip to content

Commit 5e1c290

Browse files
committed
remove actionlint from github-test
1 parent 8dc3704 commit 5e1c290

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/github-test.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,3 @@ jobs:
6161
- run: npm run lint
6262

6363
- run: npm run format:check:ci
64-
65-
# Content copied from https://raw.githubusercontent.com/rhysd/actionlint/2ab3a12c7848f6c15faca9a92612ef4261d0e370/.github/actionlint-matcher.json
66-
- if: ${{ matrix.folder == '.github' && matrix.os == 'ubuntu'}}
67-
name: Add ActionLint Problem Matcher
68-
run: echo "::add-matcher::.github/matchers/actionlint.json"
69-
70-
- if: ${{ matrix.folder == '.github' && matrix.os == 'ubuntu'}}
71-
name: Lint workflows
72-
uses: docker://rhysd/actionlint:1.7.12@sha256:b1934ee5f1c509618f2508e6eb47ee0d3520686341fec936f3b79331f9315667
73-
with:
74-
args: -color -verbose

0 commit comments

Comments
 (0)