diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 17:27:56 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 17:27:56 +0530 |
commit | ca6dfb96ef60edd324b4ce1b0f12da92ee0b6fba (patch) | |
tree | 3aceb6e8ea2f8825c97f864f9470cfee72e8fcfd | |
parent | 7529bff47a77071981c72810abb956e41da6a2d3 (diff) | |
download | vyos-workflow-test-temp-ca6dfb96ef60edd324b4ce1b0f12da92ee0b6fba.tar.gz vyos-workflow-test-temp-ca6dfb96ef60edd324b4ce1b0f12da92ee0b6fba.zip |
T0000: test
-rw-r--r-- | .github/workflows/darker-lint.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index de9ab45..ae766ad 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -14,6 +14,7 @@ jobs: with: fetch-depth: 0 fetch-tags: true + ref: feature/test-darker - uses: actions/setup-python@v5 - name: darker install @@ -26,7 +27,7 @@ jobs: - name: Analyze Code with Darker run: | - darker -r "current" "feature/test-darker" . + darker -r current...HEAD # - name: analyze # run: | |