Skip to content

refactor: Simplify unique key handling in oneOf function and update r… #6

refactor: Simplify unique key handling in oneOf function and update r…

refactor: Simplify unique key handling in oneOf function and update r… #6

name: Torque Compile and Dry Run
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test
- name: Build package
run: bun run --filter @qforge/torque build
- name: Publish dry run
run: npm publish --dry-run
working-directory: packages/torque