Skip to content

fix: Appease linter. #120

fix: Appease linter.

fix: Appease linter. #120

Workflow file for this run

name: Test
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and test
run: |
yarn
- name: Test
run: |
yarn lint
yarn test
npm run check