mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 18:18:30 +00:00
18 lines
357 B
YAML
18 lines
357 B
YAML
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
|