Skip to content

Commit

Permalink
Run actionlint static checker pre-merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed May 16, 2024
1 parent c01b720 commit 8a54e17
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Lint GitHub Actions
on:
push:
paths: ['.github/workflows/**', '.github/actions/**']
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: actionlint
uses: raven-actions/actionlint@ea4eb57846a36a6faefbdc2d9ac873da9057c1bb # 1.0.3

0 comments on commit 8a54e17

Please sign in to comment.