Skip to content

Commit

Permalink
Add actionlint workflow (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarotene authored Nov 17, 2023
2 parents da7ab42 + 3cc89f9 commit 5913f46
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: reviewdog / actionlint

on:
pull_request:
paths:
- '.github/workflows/**'

jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-actionlint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_on_error: true

0 comments on commit 5913f46

Please sign in to comment.