Skip to content

Update to Implementation and Tests (#67) #120

Update to Implementation and Tests (#67)

Update to Implementation and Tests (#67) #120

Workflow file for this run

name: ESLINT
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: "npm"
- run: npm install
- name: Run lint
run: npm run lint