We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc3704 commit 5e1c290Copy full SHA for 5e1c290
1 file changed
.github/workflows/github-test.yaml
@@ -61,14 +61,3 @@ jobs:
61
- run: npm run lint
62
63
- 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
71
- name: Lint workflows
72
- uses: docker://rhysd/actionlint:1.7.12@sha256:b1934ee5f1c509618f2508e6eb47ee0d3520686341fec936f3b79331f9315667
73
- with:
74
- args: -color -verbose
0 commit comments