Skip to content

docs: fix broken links #15

docs: fix broken links

docs: fix broken links #15

Workflow file for this run

---
name: "yamllint"
# yamllint disable-line rule:truthy
on:
- pull_request
- push
jobs:
lint:
name: Run yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
uses: ibiqlik/action-yamllint@v3
with:
strict: true
config_file: .github/.yamllint.yaml