diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-24 15:30:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-24 15:30:07 +0530 |
commit | f8d440ddda6541faf6d9db9215e4eefd6cf3b62e (patch) | |
tree | 722da46fa095cf36dc9608b9e37fcd135527a63d | |
parent | c3833f7f5f68803b844e04caf04fd62bffff9c8a (diff) | |
download | vyos-workflow-test-temp-f8d440ddda6541faf6d9db9215e4eefd6cf3b62e.tar.gz vyos-workflow-test-temp-f8d440ddda6541faf6d9db9215e4eefd6cf3b62e.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 92b26ce..b2d5d9d 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -20,4 +20,4 @@ jobs: src: "." version: "~=2.1.1" lint: "flake8,pylint==2.13.1" - revision: "current" + revision: "current...HEAD" |