Skip to content

chore: replace circleci with github actions #1

chore: replace circleci with github actions

chore: replace circleci with github actions #1

Workflow file for this run

name: Checks
on: [push, pull_request]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run : npm ci
- name: Lint
run: npm run -s lint
- name: Typecheck
run: npm run -s typecheck