Skip to content

Merge pull request #230 from loathers/skill-calculation-fixes #90

Merge pull request #230 from loathers/skill-calculation-fixes

Merge pull request #230 from loathers/skill-calculation-fixes #90

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
- name: Run type check
run: yarn workspace kol.js run tsc