File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
lint_check :
15
15
name : Lint check
16
- uses : apify/workflows/.github/workflows/python/lint_check.yaml
16
+ uses : apify/workflows/.github/workflows/python/lint_check.yaml@main
17
17
18
18
type_check :
19
19
name : Type check
20
- uses : apify/workflows/.github/workflows/python/type_check.yaml
20
+ uses : apify/workflows/.github/workflows/python/type_check.yaml@main
21
21
22
22
unit_tests :
23
23
name : Unit tests
24
- uses : apify/workflows/.github/workflows/python/unit_tests.yaml
24
+ uses : apify/workflows/.github/workflows/python/unit_tests.yaml@main
25
25
26
26
# TODO: remove this once https://github.com/apify/apify-sdk-python/issues/241 is resolved
27
27
changelog_entry_check :
35
35
36
36
docs_check :
37
37
name : Docs check
38
- uses : apify/workflows/.github/workflows/python/docs_check.yaml
38
+ uses : apify/workflows/.github/workflows/python/docs_check.yaml@main
39
39
40
40
integration_tests :
41
41
name : Integration tests
42
- uses : apify/workflows/.github/workflows/python/integration_tests.yaml
42
+ uses : apify/workflows/.github/workflows/python/integration_tests.yaml@main
43
43
secrets : inherit
Original file line number Diff line number Diff line change @@ -37,17 +37,17 @@ jobs:
37
37
lint_check :
38
38
name : Lint check
39
39
needs : [should_release]
40
- uses : apify/workflows/.github/workflows/python/lint_check.yaml
40
+ uses : apify/workflows/.github/workflows/python/lint_check.yaml@main
41
41
42
42
type_check :
43
43
name : Type check
44
44
needs : [should_release]
45
- uses : apify/workflows/.github/workflows/python/type_check.yaml
45
+ uses : apify/workflows/.github/workflows/python/type_check.yaml@main
46
46
47
47
unit_tests :
48
48
name : Unit tests
49
49
needs : [should_release]
50
- uses : apify/workflows/.github/workflows/python/unit_tests.yaml
50
+ uses : apify/workflows/.github/workflows/python/unit_tests.yaml@main
51
51
52
52
# TODO: remove this once https://github.com/apify/apify-sdk-python/issues/241 is resolved
53
53
changelog_entry_check :
64
64
integration_tests :
65
65
name : Integration tests
66
66
needs : [should_release]
67
- uses : apify/workflows/.github/workflows/python/integration_tests.yaml
67
+ uses : apify/workflows/.github/workflows/python/integration_tests.yaml@main
68
68
secrets : inherit
69
69
70
70
publish_to_pypi :
You can’t perform that action at this time.
0 commit comments