File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 5
5
- cron : ' 32 0 * * *'
6
6
7
7
jobs :
8
- test_regressions :
8
+ test-regressions :
9
9
uses : mindee/mindee-api-python/.github/workflows/_test-regressions.yml@main
10
10
secrets : inherit
11
- test_code_samples :
11
+ test-code-samples :
12
12
uses : mindee/mindee-api-python/.github/workflows/_test-code-samples.yml@main
13
13
secrets : inherit
Original file line number Diff line number Diff line change 5
5
types : [ published ]
6
6
7
7
jobs :
8
- publish_docs :
8
+ publish-docs :
9
9
uses : mindee/mindee-api-python/.github/workflows/_publish-docs.yml@main
10
10
secrets : inherit
11
- publish_guide :
11
+ publish-guide :
12
12
uses : mindee/mindee-api-python/.github/workflows/_publish-guide.yml@main
13
- needs : publish_docs
13
+ needs : publish-docs
14
14
secrets : inherit
15
- publish_code :
15
+ publish-code :
16
16
uses : mindee/mindee-api-python/.github/workflows/_publish-code.yml@main
17
17
secrets : inherit
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
6
6
jobs :
7
- static_analysis :
7
+ static-analysis :
8
8
uses : mindee/mindee-api-python/.github/workflows/_static-analysis.yml@main
9
- test_units :
9
+ test-units :
10
10
uses : mindee/mindee-api-python/.github/workflows/_test-units.yml@main
11
- needs : static_analysis
11
+ needs : static-analysis
12
12
secrets : inherit
13
- test_regressions :
13
+ test-regressions :
14
14
uses : mindee/mindee-api-python/.github/workflows/_test-regressions.yml@main
15
- needs : test_units
15
+ needs : test-units
16
16
secrets : inherit
17
- test_integrations :
17
+ test-integrations :
18
18
uses : mindee/mindee-api-python/.github/workflows/_test-integrations.yml@main
19
- needs : test_units
19
+ needs : test-units
20
20
secrets : inherit
21
- test_code_samples :
21
+ test-code-samples :
22
22
uses : mindee/mindee-api-python/.github/workflows/_test-code-samples.yml@main
23
- needs : test_units
23
+ needs : test-units
24
24
secrets : inherit
Original file line number Diff line number Diff line change 6
6
- main
7
7
8
8
jobs :
9
- static_analysis :
9
+ static-analysis :
10
10
uses : mindee/mindee-api-python/.github/workflows/_static-analysis.yml@main
11
11
test_units :
12
12
uses : mindee/mindee-api-python/.github/workflows/_test-units.yml@main
13
- needs : static_analysis
13
+ needs : static-analysis
14
14
secrets : inherit
15
15
tag :
16
16
uses : mindee/client-lib-actions/.github/workflows/tag-version.yml@main
You can’t perform that action at this time.
0 commit comments