Skip to content

Revert "release-drafter.yml: Remove workflow_call" (#68) #87

Revert "release-drafter.yml: Remove workflow_call" (#68)

Revert "release-drafter.yml: Remove workflow_call" (#68) #87

Workflow file for this run

# Taken from https://github.com/rhysd/actionlint/blob/dc8cca81866af081bdd0e0653474916d7046c5c5/docs/usage.md#use-actionlint-on-github-actions
# See also: https://github.com/rhysd/actionlint/issues/117#issuecomment-1132835368
name: Lint GitHub Actions
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_call:
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
sparse-checkout: .github
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
args: -color