Skip to content

build: use a re-usable, single, workflow for running CI #395

build: use a re-usable, single, workflow for running CI

build: use a re-usable, single, workflow for running CI #395

Workflow file for this run

name: CI
on:
push: {}
pull_request: {}
workflow_dispatch: {}
permissions:
contents: read
jobs:
build:
uses: oapi-codegen/actions/.github/workflows/ci.yml@feat/excl
with:
excluding_versions: '["1.20", "1.21"]'