Skip to content

The big refactor. Quantum now is a CLI πŸ”₯ #10

The big refactor. Quantum now is a CLI πŸ”₯

The big refactor. Quantum now is a CLI πŸ”₯ #10

Workflow file for this run

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test --run
type_check:
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm tsc
name: CI
on:
pull_request: ~
push:
branches:
- main