Skip to content

QA: add reusable actionlint workflow #6

QA: add reusable actionlint workflow

QA: add reusable actionlint workflow #6

Workflow file for this run

name: QA
on:
# Run on all pushes and on all pull requests.
push:
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
jobs:
actionlint:
name: 'Lint GH Action workflows'
uses: ./.github/workflows/reusable-actionlint.yml
with:
args: '-verbose'