Skip to content

Adding a dropdown menu to hop around the page a little easier #152

Adding a dropdown menu to hop around the page a little easier

Adding a dropdown menu to hop around the page a little easier #152

Workflow file for this run

# Runs eslint
name: ESLint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm install
- run: npm run lint