summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-26 17:40:16 +0530
committerGitHub <noreply@github.com>2024-08-26 17:40:16 +0530
commitc301867340b6fa0bd78ff1e0aebecd1ed88a8383 (patch)
tree138204f66db014d84fd9ce5ce9d0a0bc82fc2785
parent2c5a358ac9ce5b2da72e4ff3db53e9368a0b1ad1 (diff)
downloadvyos-workflow-test-temp-c301867340b6fa0bd78ff1e0aebecd1ed88a8383.tar.gz
vyos-workflow-test-temp-c301867340b6fa0bd78ff1e0aebecd1ed88a8383.zip
T0000: tests
-rw-r--r--.github/workflows/darker-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml
index 02296f1..63ddad8 100644
--- a/.github/workflows/darker-lint.yml
+++ b/.github/workflows/darker-lint.yml
@@ -27,7 +27,7 @@ jobs:
- name: Analyze Code with Darker
run: |
- darker -r current...HEAD --diff --check .
+ darker -r current...HEAD --diff --check --lint .
# - name: analyze
# run: |