Skip to content

fix: add type-fest to deps #118

fix: add type-fest to deps

fix: add type-fest to deps #118

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request: {}
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
name: "Test"
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- name: Run Tests
working-directory: ./test-app
run: pnpm test