Skip to content

API updates, type + lint fixes and in-progress run tests button #27

API updates, type + lint fixes and in-progress run tests button

API updates, type + lint fixes and in-progress run tests button #27

Workflow file for this run

name: "Test"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Lint
run: pnpm lint
# Currently we don't have any tests written, this is here for when we do
# - name: Test
# run: pnpm test