File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ permissions:
2020
2121jobs :
2222 build-and-verify :
23- uses : Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/build-and-verify.yml@v1.0.0
23+ uses : Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/build-and-verify.yml@v1.0.1
2424 secrets :
2525 QLTY_COVERAGE_TOKEN : ${{ secrets.QLTY_COVERAGE_TOKEN }}
2626 with :
2727 program : cbridge
2828 go-version-file : ./go.mod
29- enable-code-climate : true
30- artifact-retention-days : 1
29+ enable-qlty-coverage : true
3130
3231 publish-test-results :
3332 name : " Publish Tests Results"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions: read-all
1717
1818jobs :
1919 markdown-check :
20- uses : Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/markdown-lint.yml@v1.0.0
20+ uses : Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/markdown-lint.yml@v1.0.1
2121 with :
2222 lint-config : ' .github/markdownlint.jsonc'
2323 link-check-config : ' .github/markdown-link-check.jsonc'
Original file line number Diff line number Diff line change 66 - " *"
77
88jobs :
9- test :
10- uses : Open-CMSIS-Pack/generator-bridge/.github/workflows/test.yml@main
9+ build-and-verify :
10+ uses : Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/build-and-verify.yml@v1.0.1
11+ with :
12+ program : cbridge
13+ go-version-file : ./go.mod
14+ enable-qlty-coverage : false
1115
1216 goreleaser :
1317 runs-on : ubuntu-latest
14- needs : test
18+ needs : [ build-and-verify ]
1519 permissions :
1620 contents : write # for goreleaser/goreleaser-action to create a GitHub release
1721 steps :
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ permissions:
1111
1212jobs :
1313 update-workflows :
14- uses : Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/update-workflow.yml@v1.0.0
14+ uses : Open-CMSIS-Pack/workflows-and-actions-collection/.github/workflows/update-workflow.yml@v1.0.1
1515 secrets :
1616 TOKEN_ACCESS : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments