Skip to content

Create lint-workflows.yaml #1

Create lint-workflows.yaml

Create lint-workflows.yaml #1

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