diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-27 01:10:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 01:10:20 +0530 |
commit | 905a59fbaf7980e675bfec6c054a1153340aaa0c (patch) | |
tree | 3103aa9b42ba1978fcae6e3dd27161c0fabaf7ab | |
parent | 3bc91a80759f2acf0250103985296c0f058fb59f (diff) | |
download | vyos-workflow-test-temp-905a59fbaf7980e675bfec6c054a1153340aaa0c.tar.gz vyos-workflow-test-temp-905a59fbaf7980e675bfec6c054a1153340aaa0c.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 4799c0f..8c0c5ef 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} --check --diff --lint "ruff check" --color ./src
\ No newline at end of file + darker -r ${base_ref} --check --diff --lint "ruff check" --color .
\ No newline at end of file |