Skip to content

Database migration script and update README to add documentation on t… #42

Database migration script and update README to add documentation on t…

Database migration script and update README to add documentation on t… #42

Workflow file for this run

name: eslint
on:
push:
pull_request:
jobs:
run-eslint:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: dependencies
run: npm i --dev
- name: lint
run: npm run lint