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 1919 name : Unit tests
2020 uses : apify/workflows/.github/workflows/python_unit_tests.yaml@main
2121
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-
3222 docs_check :
3323 name : Docs check
3424 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:
4242 poetry run ruff check --fix $(DIRS_WITH_CODE )
4343 poetry run ruff format $(DIRS_WITH_CODE )
4444
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-
5145# The check-code target runs a series of checks equivalent to those performed by pre-commit hooks
5246# 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
5448
5549build-api-reference :
5650 cd website && poetry run ./build_api_reference.sh
You can’t perform that action at this time.
0 commit comments