Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: On push
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: yarn ci