Skip to content

Update actions/checkout action to v5 #8

Update actions/checkout action to v5

Update actions/checkout action to v5 #8

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
- push
jobs:
yaml:
name: YAML
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- run: pip install yamllint
- run: yamllint -s -f github .