Skip to content

Add build step check on workflow #43

Add build step check on workflow

Add build step check on workflow #43

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [synchronize, opened, reopened, ready_for_review, converted_to_draft]
jobs:
checks:
uses: ./.github/workflows/checks.yaml
secrets: inherit