Skip to content

Bump eslint from 8.56.0 to 8.57.0 #117

Bump eslint from 8.56.0 to 8.57.0

Bump eslint from 8.56.0 to 8.57.0 #117

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
name: Run unit tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run unit tests
run: |
npm ci
npm run test
- name: Codecov
uses: codecov/codecov-action@v4