Skip to content

Commit

Permalink
install matcher dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jan 12, 2023
1 parent a4ad284 commit edef08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .github/actionlint-matcher.json

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
- name: Add problem matchers
run: |
# https://github.com/rhysd/actionlint/blob/3a2f2c7/docs/usage.md#problem-matchers
echo "::add-matcher::.github/actionlint-matcher.json"
curl -LO https://raw.githubusercontent.com/rhysd/actionlint/main/.github/actionlint-matcher.json
echo "::add-matcher::actionlint-matcher.json"
- uses: docker://rhysd/actionlint:latest

0 comments on commit edef08a

Please # to comment.