Skip to content

Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 #105

Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0

Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 #105

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