Skip to content

GH Actions/reusable merge conflict check: quote variable #20

GH Actions/reusable merge conflict check: quote variable

GH Actions/reusable merge conflict check: quote variable #20

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'