We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad49a3e commit 349502cCopy full SHA for 349502c
.github/workflows/push-main-branch.yml
@@ -6,11 +6,11 @@ on:
6
- main
7
8
jobs:
9
- lint:
10
- uses: mindee/mindee-api-python/.github/workflows/_lint.yml@main
+ static_analysis:
+ uses: mindee/mindee-api-python/.github/workflows/_static-analysis.yml@main
11
test_units:
12
uses: mindee/mindee-api-python/.github/workflows/_test-units.yml@main
13
- needs: lint
+ needs: static_analysis
14
secrets: inherit
15
tag:
16
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
0 commit comments