summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-06-19 16:59:36 +0200
committerGitHub <noreply@github.com>2025-06-19 16:59:36 +0200
commitbf7d9897f14a9937e36165040ddd9addc56cadd8 (patch)
tree9248e115814e1fccc1a314ef1381c1cc361ef95e
parent79dec52ed4c3a6c035204fad28b9229f709c87c4 (diff)
parent4534d7f9327c55e8750ac16d45395879772e662e (diff)
downloadvyos-1x-bf7d9897f14a9937e36165040ddd9addc56cadd8.tar.gz
vyos-1x-bf7d9897f14a9937e36165040ddd9addc56cadd8.zip
Merge pull request #4560 from c-po/ruff-lint
T7564: GitHub: remove ruff linter PR check - should be an automated review
-rw-r--r--.github/workflows/lint-with-ruff.yml14
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