Skip to content

Test with johnbillion/plugin-infrastructure@pot-file #12

Test with johnbillion/plugin-infrastructure@pot-file

Test with johnbillion/plugin-infrastructure@pot-file #12

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:
- develop
- 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@0e06bd0302ce8204f70a19c452ce3ce6b470bc17