Skip to content

don't spread a string #42

don't spread a string

don't spread a string #42

Workflow file for this run

name: kol.js
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Enable corepack
run: corepack enable
- name: Install modules
run: yarn install --immutable
- name: Run tests
run: yarn workspace kol.js run test --pool=forks
- name: Run type check
run: yarn workspace kol.js run tsc