Skip to content

Update README and add other documentation #6

Update README and add other documentation

Update README and add other documentation #6

Workflow file for this run

name: ESLint
on:
pull_request:
push:
branches: [main, heroku]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint