diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 17:45:45 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 17:45:45 +0530 |
commit | 18ccc20d7c88a26abe74223317a9721be5ea0e9b (patch) | |
tree | b6dc6b139371bcbeefa0658e93123386f8194f5f | |
parent | 8783f3434551f0f26cff28fbb0eaf1d2c9618357 (diff) | |
download | vyos-workflow-test-temp-18ccc20d7c88a26abe74223317a9721be5ea0e9b.tar.gz vyos-workflow-test-temp-18ccc20d7c88a26abe74223317a9721be5ea0e9b.zip |
T0000: tests
-rw-r--r-- | .github/workflows/darker-lint.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index ddab35a..984e282 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -52,8 +52,7 @@ jobs: - uses: akaihola/darker@v2.1.1 with: - options: "--check --diff --isort --color" + options: "--revsion current...HEAD --check --diff --isort --color" src: "." version: "~=2.1.1" lint: "flake8,pylint==2.13.1" - revision: "current...HEAD" |