Skip to content

Commit

Permalink
[actions] Add actionlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jul 12, 2024
1 parent c738694 commit 28bd099
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: Lint GitHub Actions workflows
on:
push:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions:
contents: write
pull-requests: write

jobs:
actionlint:
uses: smallstep/workflows/.github/workflows/actionlint.yml@main
secrets: inherit

0 comments on commit 28bd099

Please sign in to comment.