Skip to content

Bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.3 #366

Bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.3

Bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.3 #366

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
working-directory: ./
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install dependencies
working-directory: ./
run: npm install
- name: Run Unit Tests and generate coverage report
working-directory: ./
run: npm run test