diff options
author | Christian Breunig <christian@breunig.cc> | 2025-06-15 16:51:01 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-06-19 16:58:29 +0200 |
commit | 4534d7f9327c55e8750ac16d45395879772e662e (patch) | |
tree | 22675f8666187b6be81d5eeaf0819bb5fb185367 | |
parent | 28deb2d5859e75f31e3f3e2c5dcbbae048963dfa (diff) | |
download | vyos-1x-4534d7f9327c55e8750ac16d45395879772e662e.tar.gz vyos-1x-4534d7f9327c55e8750ac16d45395879772e662e.zip |
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.
-rw-r--r-- | .github/workflows/lint-with-ruff.yml | 14 |
1 files changed, 0 insertions, 14 deletions
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 |