Skip to content

fix: dont run deploy job from PRs #64

fix: dont run deploy job from PRs

fix: dont run deploy job from PRs #64

Workflow file for this run

name: Verify
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: windows-latest
permissions:
contents: read
id-token: write
pages: write
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: yarn install
- run: yarn run lint
- run: yarn run typecheck
- run: yarn run build:docs
- run: yarn run make