Skip to content

Commit

Permalink
Merge pull request #160 from masutaka/introduce-actionlint
Browse files Browse the repository at this point in the history
Introduce actionlint to CI
  • Loading branch information
masutaka authored Jun 17, 2024
2 parents f6a429e + 92f678b commit 483af91
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ on:
pull_request:

jobs:
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
checks: write
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Run actionlint
uses: reviewdog/action-actionlint@fd627997c9688c2f39e13917aed23873c031b834 # v1.48.0
with:
fail_on_error: true
filter_mode: nofilter
level: error
reporter: github-pr-review
test:
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down

0 comments on commit 483af91

Please sign in to comment.