Skip to content

refactor: day-2 hotspot hardening with parser/context modules and tests #2

refactor: day-2 hotspot hardening with parser/context modules and tests

refactor: day-2 hotspot hardening with parser/context modules and tests #2

Workflow file for this run

name: ci
on:
pull_request:
push:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run typecheck
- run: npm test