Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/workflows/action-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: GitHub Actions linting

on:
push:
branches:
- develop
- main
paths:
- '.github/workflows/*.ya?ml'
pull_request:
paths:
- '.github/workflows/*.ya?ml'

concurrency:
group: "action-lint-${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
workflow_syntax:
permissions:
contents: read
name: Lint actions
uses: move-agency/actions-templates/.github/workflows/actionlint.yml@main
workflow_security:
permissions:
# required for workflows in private repositories
contents: read
actions: read
name: Check action security
uses: move-agency/actions-templates/.github/workflows/zizmor.yml@main