diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-24 17:37:22 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-24 17:37:22 +0530 |
commit | e53a149d73f5dbd5643601f1a605bb9589650fb9 (patch) | |
tree | 5bc4c6f35b5acc9a056a07b055e883b275e7cbda /.github | |
parent | d375e1b87ded38cabce46bdcefb87612c667c30a (diff) | |
download | vyos-workflow-test-temp-e53a149d73f5dbd5643601f1a605bb9589650fb9.tar.gz vyos-workflow-test-temp-e53a149d73f5dbd5643601f1a605bb9589650fb9.zip |
T0000: check
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/darker-lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 9a0e6d0..0cf72f2 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -18,10 +18,10 @@ jobs: - name: darker install run: | pip install --upgrade darker~=2.1.1 - + - name: analyze run: | - darker --revision current . + darker -r :PRE-COMMIT: . # - name: Get head commit ID # id: get-head-commit |