Skip to content

feat: clear identifier with a default as fallback (#36) #51

feat: clear identifier with a default as fallback (#36)

feat: clear identifier with a default as fallback (#36) #51

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