Skip to content

Merge pull request #3 from reload/README-cleanup #25

Merge pull request #3 from reload/README-cleanup

Merge pull request #3 from reload/README-cleanup #25

Workflow file for this run

---
name: Lint
on:
- pull_request
- push
permissions:
contents: read
pull-requests: write
jobs:
actionlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
markdownlint:
name: markdown
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: |
**/*.md
!README.md
yamllint:
name: Yamllint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run Yamllint
uses: frenck/action-yamllint@v1.5.0
with:
strict: true