Skip to content

Add YAML-Lint checks #3

Add YAML-Lint checks

Add YAML-Lint checks #3

Workflow file for this run

---
name: 'YAML-lint'
on:
pull_request:
push:
branches:
- 'master'
jobs:
yaml-lint:
runs-on: ubuntu-latest
name: "YAML-lint"
steps:
- uses: actions/checkout@v4
# Note: Find an alternative for yamllint so it's not installed
# on every workflow run.
- run: apt-get update && apt-get install -y yamllint
- run: yamllint -c .yamllint --strict ./