Skip to content

Commit

Permalink
Add actionlint for checking workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Oct 12, 2023
1 parent ba64bf7 commit cce9cd4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Lint (actionlint)
on:
pull_request:
paths:
- .github

jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1

0 comments on commit cce9cd4

Please sign in to comment.