Skip to content

Update nodemon to version 2.0.22 #614

Update nodemon to version 2.0.22

Update nodemon to version 2.0.22 #614

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint