Skip to content

Linting

Linting #4

Workflow file for this run

---
name: CI
'on':
pull_request:
push:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_strict: false
yamllint_comment: false