File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 19
19
name : Unit tests
20
20
uses : apify/workflows/.github/workflows/python_unit_tests.yaml@main
21
21
22
- # TODO: remove this once https://github.com/apify/apify-sdk-python/issues/241 is resolved
23
- changelog_entry_check :
24
- name : Changelog entry check
25
- uses : ./.github/workflows/_changelog_entry_check.yaml
26
-
27
- # TODO: remove this once https://github.com/apify/apify-sdk-python/issues/241 is resolved
28
- version_conflict_check :
29
- name : Version conflict check
30
- uses : ./.github/workflows/_version_conflict_check.yaml
31
-
32
22
docs_check :
33
23
name : Docs check
34
24
uses : apify/workflows/.github/workflows/python_docs_check.yaml@main
Original file line number Diff line number Diff line change @@ -42,15 +42,9 @@ format:
42
42
poetry run ruff check --fix $(DIRS_WITH_CODE )
43
43
poetry run ruff format $(DIRS_WITH_CODE )
44
44
45
- check-changelog-entry :
46
- poetry run python scripts/check_changelog_entry.py
47
-
48
- check-version-conflict :
49
- poetry run python scripts/check_version_conflict.py
50
-
51
45
# The check-code target runs a series of checks equivalent to those performed by pre-commit hooks
52
46
# and the run_checks.yaml GitHub Actions workflow.
53
- check-code : lint type-check unit-tests check-changelog-entry check-version-conflict
47
+ check-code : lint type-check unit-tests
54
48
55
49
build-api-reference :
56
50
cd website && poetry run ./build_api_reference.sh
You can’t perform that action at this time.
0 commit comments