Skip to content

Commit

Permalink
Merge pull request #888 from xmidt-org/new-shared-workflow
Browse files Browse the repository at this point in the history
task: update shared workflow
  • Loading branch information
denopink committed May 16, 2023
2 parents 96e4443 + beabc9e commit 46c7ea9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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@d0737af7255c581ce3cc09b69b96ba16a5913b4e # v4.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 46c7ea9

Please sign in to comment.