Skip to content

Fix starter command and add tests #167

Fix starter command and add tests

Fix starter command and add tests #167

Workflow file for this run

name: Tests
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '24.x'
- run: yarn install
- run: yarn test