diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 17:58:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 17:58:02 +0530 |
commit | 248c5cf87b99f900b60cda16e851d886eb7b5602 (patch) | |
tree | 82e7d7743604093b45cd77709a5ba186f4180ecc | |
parent | f79f41489f61163065666546de504f2aac0556d9 (diff) | |
download | vyos-workflow-test-temp-248c5cf87b99f900b60cda16e851d886eb7b5602.tar.gz vyos-workflow-test-temp-248c5cf87b99f900b60cda16e851d886eb7b5602.zip |
T0000: tests
-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 beeb7aa..4f68c8b 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -28,7 +28,7 @@ jobs: - name: Analyze Code with Darker run: | - darker -r current...HEAD --diff --check --diff --isort --color -c . + darker -r current...HEAD --diff --check --diff --isort --color -c src/tests/*.py # - name: analyze # run: | |