Skip to content

Bump eslint-config-next from 15.0.3 to 15.1.0 #837

Bump eslint-config-next from 15.0.3 to 15.1.0

Bump eslint-config-next from 15.0.3 to 15.1.0 #837

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