Skip to content

Merge pull request #5962 from shaneknapp/add-yaml-linting #2

Merge pull request #5962 from shaneknapp/add-yaml-linting

Merge pull request #5962 from shaneknapp/add-yaml-linting #2

Workflow file for this run

name: "Yaml lint"

Check failure on line 1 in .github/workflows/yaml-lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/yaml-lint.yaml

Invalid workflow file

`pull-request` is not a valid event name
on:
- pull-request # yamllint disable-line rule:truthy
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint==1.35.1
- name: Lint YAML files
run: yamllint --no-warnings .