Skip to content

Bump @typescript-eslint/eslint-plugin from 8.19.0 to 8.20.0 #890

Bump @typescript-eslint/eslint-plugin from 8.19.0 to 8.20.0

Bump @typescript-eslint/eslint-plugin from 8.19.0 to 8.20.0 #890

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Unit Tests
run: npm test