Set fixed versions for all 3rd-party-deps & UPDATE internal deps #68
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, test & measure | |
on: | |
workflow_call: | |
pull_request: | |
push: | |
branches: | |
['main'] | |
jobs: | |
call-workflow-build-test-measure: | |
uses: figuren-theater/code-quality/.github/workflows/build-test-measure.yml@main | |
secrets: inherit |