Skip to content

WIP: Adds edit button to toggle input field and submission button #254

WIP: Adds edit button to toggle input field and submission button

WIP: Adds edit button to toggle input field and submission button #254

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm i
- name: Run ESLint
run: npm run lint