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

Thesis: our officially-scored findings lead; reader-swap reframed as… #9

Thesis: our officially-scored findings lead; reader-swap reframed as…

Thesis: our officially-scored findings lead; reader-swap reframed as… #9

Workflow file for this run

name: checks
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm test
- run: npm run leak:check