Skip to content

Bump the eslint group with 4 updates #155

Bump the eslint group with 4 updates

Bump the eslint group with 4 updates #155

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "19.0.0"
cache: npm
- run: npm install
- run: make lint
timeout-minutes: 5
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "19.0.0"
cache: npm
- run: npm install
- run: make format-check
timeout-minutes: 5