Skip to content

chore: add contributors section to README #9

chore: add contributors section to README

chore: add contributors section to README #9

Workflow file for this run

---
name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdownlint:
name: Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: "**/*.md"
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ludeeus/action-shellcheck@master
with:
scandir: "."
severity: warning
yamllint:
name: YAML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: pip install yamllint
- run: yamllint -d relaxed .