Skip to content

ci: added github actions #12

ci: added github actions

ci: added github actions #12

Workflow file for this run

name: Deployment checks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint