Skip to content

Bump eslint from 8.56.0 to 8.57.0 (#204) #263

Bump eslint from 8.56.0 to 8.57.0 (#204)

Bump eslint from 8.56.0 to 8.57.0 (#204) #263

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