Skip to content

Bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.19.0 #63

Bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.19.0

Bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.19.0 #63

Workflow file for this run

name: Check the source code
on:
pull_request:
branches:
- main
jobs:
test:
name: Check the source code with unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: npm ci
- name: Unit test
run: npm run test:unit