Skip to content

Allow actionlint workflow called from external workflows #5

Allow actionlint workflow called from external workflows

Allow actionlint workflow called from external workflows #5

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
args: -color