Skip to content

[no-relnotes] Use reusable workflows for CI #18

[no-relnotes] Use reusable workflows for CI

[no-relnotes] Use reusable workflows for CI #18

Workflow file for this run

on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
jobs:
variables:
uses: ./.github/workflows/variables.yaml
checks:
needs:
- variables
uses: ./.github/workflows/basic-checks.yaml
with:
golang_version: ${{ needs.variables.outputs.golang_version }}