diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 21:22:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 21:22:39 +0530 |
commit | abc5f7806edbd8591529a3bdb90a6d8af1dcf283 (patch) | |
tree | 2ca88d53a15aacc784ee2b70ce532e5e70368858 /.github | |
parent | 2e54be33cef245da2d029a81270f91a030cba66c (diff) | |
download | vyos-workflow-test-temp-abc5f7806edbd8591529a3bdb90a6d8af1dcf283.tar.gz vyos-workflow-test-temp-abc5f7806edbd8591529a3bdb90a6d8af1dcf283.zip |
T0000: test
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/darker-lint.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 9fdfbd5..c339e55 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -28,7 +28,8 @@ jobs: - name: Analyze Code with Darker run: | - darker -r current...HEAD --check --diff --isort --color -c src/tests/*.py + darker -r current...HEAD --check --diff --lint "pylint --errors-only" --color -c src/tests/*.py + # - name: analyze # run: | |