Skip to content

fixed trusted workflow (#6) #120

fixed trusted workflow (#6)

fixed trusted workflow (#6) #120

Workflow file for this run

name: go test
# description: This workflow mimics how a go-openapi repo would typically invoke the common workflow.
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
test:
uses: ./.github/workflows/go-test.yml
secrets: inherit