summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-27 15:02:30 +0530
committerGitHub <noreply@github.com>2024-08-27 15:02:30 +0530
commit2feed8f99c6056ea8f6fd1da88ab14fa17a0a84e (patch)
tree8542fe85f79cb1909f5ec8cfb49020e117320727
parent42191a8f6a4efc248e973c1bc3a974474835b15e (diff)
parentd25662df1690032d6789f8b4515e7c5c8af25e37 (diff)
downloadvyos-1x-2feed8f99c6056ea8f6fd1da88ab14fa17a0a84e.tar.gz
vyos-1x-2feed8f99c6056ea8f6fd1da88ab14fa17a0a84e.zip
Merge pull request #4019 from kumvijaya/current
T6678: added darker ruff linting workflow
-rw-r--r--.github/workflows/lint-with-darker-ruff.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/lint-with-darker-ruff.yml b/.github/workflows/lint-with-darker-ruff.yml
new file mode 100644
index 000000000..01f7cd448
--- /dev/null
+++ b/.github/workflows/lint-with-darker-ruff.yml
@@ -0,0 +1,14 @@
+name: Lint py code with darker and ruff
+on:
+ pull_request_target:
+ branches:
+ - current
+
+permissions:
+ pull-requests: write
+ contents: read
+
+jobs:
+ darker-ruff-lint:
+ uses: vyos/.github/.github/workflows/lint-with-darker-ruff.yml@current
+ secrets: inherit