From 4534d7f9327c55e8750ac16d45395879772e662e Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 15 Jun 2025 16:51:01 +0200 Subject: T7564: GitHub: remove ruff linter PR check - should be an automated review Consensus amongst the developers was to rather move the hard PR check to a soft check in form of an automated review by a Bot using GitHub actions. --- .github/workflows/lint-with-ruff.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/lint-with-ruff.yml diff --git a/.github/workflows/lint-with-ruff.yml b/.github/workflows/lint-with-ruff.yml deleted file mode 100644 index 00cc9ca1b..000000000 --- a/.github/workflows/lint-with-ruff.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Lint py code with ruff -on: - pull_request_target: - branches: - - current - -permissions: - pull-requests: write - contents: read - -jobs: - ruff-lint: - uses: vyos/.github/.github/workflows/lint-with-ruff.yml@current - secrets: inherit -- cgit v1.2.3