Skip to content

Bump @babel/preset-env from 7.23.9 to 7.24.0 #14

Bump @babel/preset-env from 7.23.9 to 7.24.0

Bump @babel/preset-env from 7.23.9 to 7.24.0 #14

Workflow file for this run

---
name: Lint
on: pull_request
jobs:
yamllint:
name: yaml
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run yamllint
uses: frenck/[email protected]
with:
strict: true
markdownlint:
name: markdown
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v15
actionlint:
name: action
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run actionlint
uses: reviewdog/action-actionlint@v1