Skip to content

Create a github action to check line length in changed markdown files #97

Create a github action to check line length in changed markdown files

Create a github action to check line length in changed markdown files #97

Workflow file for this run

---
name: 'YAML-lint'
on: [push, pull_request]
jobs:
yaml-lint:
runs-on: ubuntu-latest
name: "YAML-lint"
steps:
- uses: actions/checkout@v4
- uses: docker://registry.opensuse.org/home/okurz/container/containers/tumbleweed:yamllint
with:
entrypoint: make
args: test-yaml