diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml new file mode 100644 index 0000000..7d057c5 --- /dev/null +++ b/.github/workflows/python-lint.yml @@ -0,0 +1,11 @@ +name: Python Lint (RationAI Standard) +on: + push: + branches: ["main"] + pull_request: + branches: ["main"] + workflow_dispatch: + +jobs: + python-lint: + uses: RationAI/.github/.github/workflows/python-lint.yml@main diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b132c47..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,6 +0,0 @@ -include: - project: rationai/digital-pathology/templates/ci-templates - file: Python-Lint.gitlab-ci.yml - -stages: - - lint