Skip to content

Bump eslint from 8.57.0 to 9.0.0 #267

Bump eslint from 8.57.0 to 9.0.0

Bump eslint from 8.57.0 to 9.0.0 #267

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- main # triggers on pushes that contain changes in main
- develop
jobs:
test-coverage:
runs-on: ubuntu-latest
name: "test-coverage"
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test