Skip to content

upgrades and stuff #178

upgrades and stuff

upgrades and stuff #178

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Run tests
run: |
pnpm run test:ci