Skip to content

Bump eslint from 7.15.0 to 9.1.0 #125

Bump eslint from 7.15.0 to 9.1.0

Bump eslint from 7.15.0 to 9.1.0 #125

Workflow file for this run

name: CI
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
workflow_dispatch:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npx jest --coverage --coverageReporters=cobertura