Skip to content

QA: add reusable merge conflict check workflow #10

QA: add reusable merge conflict check workflow

QA: add reusable merge conflict check workflow #10

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'