This workflow runs actionlint. It does so by executing the
linter inside a Docker container using the official actionlint
Docker image.
Example:
name: Lint GitHub Actions workflows
on:
pull_request:
jobs:
lint-workflows:
uses: inpsyde/reusable-workflows/.github/workflows/lint-workflows.yml@main