Skip to content

ci: typecheck workflow + badge #1

ci: typecheck workflow + badge

ci: typecheck workflow + badge #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install --no-audit --no-fund typescript@5 @types/node
- run: npx tsc --noEmit -p tsconfig.json