Skip to content

Bump eslint from 8.57.0 to 9.5.0 #498

Bump eslint from 8.57.0 to 9.5.0

Bump eslint from 8.57.0 to 9.5.0 #498

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run test
- uses: codecov/codecov-action@v4
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@main
with:
files: "**/*.{md,ts}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: raviqqe/markdown-link-check@main