Skip to content

Commit

Permalink
Merge pull request #181 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 aa05571 + 7ee0805 commit 76f2f78
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ 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:
style-skip: true
copyright-skip: true
style-skip: true
go-generate-deps: golang.org/x/tools/cmd/stringer@latest
release-type: library
secrets: inherit

0 comments on commit 76f2f78

Please sign in to comment.