diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-27 00:34:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 00:34:51 +0530 |
commit | c099c0331b5e7c332429864005ce3f0bddc8a444 (patch) | |
tree | 125dd2514dc86906c2754711aa60ad4e66d7b111 | |
parent | 67100f31826bdc570792eac7f4b7956a161256db (diff) | |
download | vyos-workflow-test-temp-c099c0331b5e7c332429864005ce3f0bddc8a444.tar.gz vyos-workflow-test-temp-c099c0331b5e7c332429864005ce3f0bddc8a444.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 a97bbd7..72edf87 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -37,4 +37,4 @@ jobs: - name: Analyze Code run: | - darker -r ${base_ref}...HEAD --check --diff --lint "ruff check" --isort --color ./src
\ No newline at end of file + darker -r ${base_ref} --check --diff --lint "ruff check" --isort --color ./src
\ No newline at end of file |