Skip to content

Use legacy lights

Use legacy lights #41

Workflow file for this run

name: Test
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Test and build
run: |
yarn install
yarn build
yarn lint
yarn test