From 53fb5bfe7a5176e0038a30e4b7a005b5a11f1d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Kuku=C4=8Dka?= Date: Mon, 23 Feb 2026 10:36:31 +0100 Subject: [PATCH 1/2] chore: Add Python linting workflow --- .github/workflows/python-lint.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/python-lint.yml diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml new file mode 100644 index 0000000..6bf101f --- /dev/null +++ b/.github/workflows/python-lint.yml @@ -0,0 +1,11 @@ +name: Python Lint (RationAI Standard) +on: + push: + branches: ["master"] + pull_request: + branches: ["master"] + workflow_dispatch: + +jobs: + run: + uses: RationAI/.github/.github/workflows/python-lint.yml@main From 490caaeb58dfba8e4809b207fe3ee1771a94e7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Kuku=C4=8Dka?= Date: Mon, 23 Feb 2026 09:38:49 +0000 Subject: [PATCH 2/2] chore: remove gitlab-ci.yml --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 1675c5c..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,9 +0,0 @@ -include: - project: rationai/digital-pathology/templates/ci-templates - file: - - Pytest.gitlab-ci.yml - - Python-Lint.gitlab-ci.yml - -stages: - - lint - - test