Skip to content

fix: cli should propagate user through pre-flight checks, update to latest schemas #67

fix: cli should propagate user through pre-flight checks, update to latest schemas

fix: cli should propagate user through pre-flight checks, update to latest schemas #67

Workflow file for this run

name: PR CI
on:
pull_request:
branches: [master]
merge_group:
branches: [master]
workflow_dispatch:
concurrency:
group: pr-ci-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
required-checks:
name: required-checks
uses: ./.github/workflows/_go-checks.yaml
secrets: inherit