diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 17:22:28 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 17:22:28 +0530 |
| commit | 7529bff47a77071981c72810abb956e41da6a2d3 (patch) | |
| tree | 816d3f21a1fb2b5072689e2a4aa72f7099a5ee77 | |
| parent | 504fc8b634637b8a13e99a892a2566c2448d647f (diff) | |
| download | vyos-workflow-test-temp-7529bff47a77071981c72810abb956e41da6a2d3.tar.gz vyos-workflow-test-temp-7529bff47a77071981c72810abb956e41da6a2d3.zip | |
T0000: test
| -rw-r--r-- | .github/workflows/darker-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 23841dd..de9ab45 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -26,7 +26,7 @@ jobs: - name: Analyze Code with Darker run: | - darker -r current HEAD . + darker -r "current" "feature/test-darker" . # - name: analyze # run: | |
