Skip to content

[.github] add hints to test locally and prevent parsing failures for the first run #768

[.github] add hints to test locally and prevent parsing failures for the first run

[.github] add hints to test locally and prevent parsing failures for the first run #768

Workflow file for this run

name: Lint workflows
on:
pull_request:
branches:
- main
- "releases/*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cschleiden/actions-linter@v1
with:
workflows: '[".github/workflows/*.yaml"]'