diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 17:38:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 17:38:12 +0530 |
commit | 2c5a358ac9ce5b2da72e4ff3db53e9368a0b1ad1 (patch) | |
tree | 19ed697a3c78eba72535bb6a317804d20683d769 | |
parent | 10f90ac9ac9d0b4b340a530fe719aa548e60d955 (diff) | |
download | vyos-workflow-test-temp-2c5a358ac9ce5b2da72e4ff3db53e9368a0b1ad1.tar.gz vyos-workflow-test-temp-2c5a358ac9ce5b2da72e4ff3db53e9368a0b1ad1.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 9bda80f..02296f1 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -27,7 +27,7 @@ jobs: - name: Analyze Code with Darker run: | - darker -r current...HEAD --diff . + darker -r current...HEAD --diff --check . # - name: analyze # run: | |