Skip to content

v1.16.0

v1.16.0 #55

Workflow file for this run

name: Lint, test, and build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
- uses: bahmutov/npm-install@v1
- run: yarn lint
- run: yarn test --coverage
- uses: coverallsapp/github-action@v2
- run: yarn build