Skip to content

Bump eslint from 9.9.1 to 9.11.1 #25

Bump eslint from 9.9.1 to 9.11.1

Bump eslint from 9.9.1 to 9.11.1 #25

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