Skip to content

Add linting for workflow files. #3

Add linting for workflow files.

Add linting for workflow files. #3

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Lint workflow files
on:
pull_request:
paths:
# Only run when changes are made to workflow files.
- '.github/workflows/**'
push:
branches:
- trunk
paths:
# Only run when changes are made to workflow files.
- '.github/workflows/**'
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
permissions:
security-events: write
actions: read
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@trunk