Skip to content

add eslint, prettier, husky #47

add eslint, prettier, husky

add eslint, prettier, husky #47

Workflow file for this run

name: CI
on: push
jobs:
ci:
name: "Lint & test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '14'
- run: npm install
- run: npm run lint-lib
- run: npm run test-lib