Skip to content

fix: Switch to new example #32

fix: Switch to new example

fix: Switch to new example #32

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn install
- run: yarn test:lint
- run: yarn test:prettier