Skip to content

Merge pull request #4 from reload/dependabot/npm_and_yarn/eslint-9.11.1 #31

Merge pull request #4 from reload/dependabot/npm_and_yarn/eslint-9.11.1

Merge pull request #4 from reload/dependabot/npm_and_yarn/eslint-9.11.1 #31

Workflow file for this run

---
name: Lint
on:
- pull_request
- push
permissions:
contents: read
pull-requests: write
jobs:
actionlint:
name: GitHub Action workflows
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
markdownlint:
name: Markdown files
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v17
yamllint:
name: YAML files
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run Yamllint
uses: frenck/[email protected]
with:
strict: true