Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 395 Bytes

lint-workflows.md

File metadata and controls

15 lines (12 loc) · 395 Bytes

Lint GitHub Actions workflows

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