Skip to content

feat: style updates #54

feat: style updates

feat: style updates #54

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: yarn
- run: yarn
- run: yarn lint
- run: yarn test