Skip to content

Merge pull request #1 from JonnyBurger/patch-1 #11

Merge pull request #1 from JonnyBurger/patch-1

Merge pull request #1 from JonnyBurger/patch-1 #11

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