Skip to content

Commit

Permalink
Use the new shared workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Apr 11, 2023
1 parent 2cd5b44 commit 313434f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -13,13 +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:
lint-skip: true
style-skip: true
copyright-skip: true
lint-skip: true
style-skip: true
release-type: library
secrets: inherit

0 comments on commit 313434f

Please sign in to comment.