Skip to content

chore: updated readme #22

chore: updated readme

chore: updated readme #22

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