Skip to content

make Keyed a class #983

make Keyed a class

make Keyed a class #983

Workflow file for this run

on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm install
- run: npm run build
- run: npm run check --workspaces --if-present