Skip to content

[WIP] Add general CI workflow file (typechck, format, lint) #5

[WIP] Add general CI workflow file (typechck, format, lint)

[WIP] Add general CI workflow file (typechck, format, lint) #5

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup
uses: ./tooling/github/setup
- name: Typecheck
run: pnpm typecheck