Skip to content

Commit

Permalink
Merge pull request #118 from xmidt-org/update-workflow
Browse files Browse the repository at this point in the history
Use the new shared workflow.
  • Loading branch information
schmidtw committed Apr 11, 2023
2 parents 891cb46 + 866e9f7 commit 8d4d0bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ on:
- MAINTAINERS.md
- LICENSE
- NOTICE
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:

jobs:
ci:
uses: xmidt-org/.github/.github/workflows/go-ci.yml@go-ci-v1
uses: xmidt-org/shared-go/.github/workflows/ci.yml@6dd1fab69f841fbea827a053e21fa83ea94774d9 # v3.0.0
with:
copyright-skip: true
release-type: library
secrets: inherit

0 comments on commit 8d4d0bc

Please sign in to comment.