Skip to content

Commit 182d182

Browse files
committed
Remove obsolete stuff
1 parent 4516a3f commit 182d182

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ jobs:
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

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

5549
build-api-reference:
5650
cd website && poetry run ./build_api_reference.sh

0 commit comments

Comments
 (0)