From 3bb5c857e3e89b8c919ac219392fd5d5ea7ca249 Mon Sep 17 00:00:00 2001 From: Adam L <55331774+LAdam-ix@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:07:59 +0100 Subject: [PATCH] Add Python linting workflow configuration --- .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..058238b --- /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: + run: + uses: RationAI/.github/.github/workflows/python-lint.yml@main