Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

bug fix (final)

bug fix (final) #236

Workflow file for this run

name: Test code
on:
pull_request:
branches: ["main"]
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npx tsc --noEmit