Skip to content

Merge pull request #9 from nealwp/fix-dbpath #25

Merge pull request #9 from nealwp/fix-dbpath

Merge pull request #9 from nealwp/fix-dbpath #25

Workflow file for this run

name: Build & Test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Type Check
run: npm run check
- name: Lint
run: npm run lint
- name: Test
run: npm test