Skip to content

Bump jest from 30.0.5 to 30.2.0 #207

Bump jest from 30.0.5 to 30.2.0

Bump jest from 30.0.5 to 30.2.0 #207

Workflow file for this run

---
name: Lint
on: pull_request
permissions:
contents: read
jobs:
yamllint:
name: yaml
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Run yamllint
uses: frenck/[email protected]
with:
strict: true
markdownlint:
name: markdown
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v20
actionlint:
name: action
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Run actionlint
uses: reviewdog/action-actionlint@v1