Skip to content

[pre-commit.ci] pre-commit autoupdate #51

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #51

Workflow file for this run

name: Lint YAML Files
on:
push:
branches:
- main
pull_request:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.8"
- name: Install
run: pip install yamllint
- name: Run YAML linter
run: yamllint .