Skip to content

feat: initial commit #1

feat: initial commit

feat: initial commit #1

Workflow file for this run

jobs:
type_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./.github/actions/prepare
- run: npm run tsc
name: Type Check
on:
pull_request: ~
push:
branches:
- main