Skip to content

Initial commit

Initial commit #1

Workflow file for this run

on: push
name: Install and Test
jobs:
install:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm i
- run: pnpm build && pnpm run lint