Skip to content

docs: add direct execution wrappers for analyze, generate, and update… #133

docs: add direct execution wrappers for analyze, generate, and update…

docs: add direct execution wrappers for analyze, generate, and update… #133

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
build:
name: Build
needs: verify
uses: ./.github/workflows/build.yml
test:
name: Test
needs: build
uses: ./.github/workflows/test.yml