diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-29 23:52:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 23:52:43 +0530 |
commit | 0b36090d8d5909be91d5c99f2f33f914213f3944 (patch) | |
tree | 04ba6310a0c2f53adb85e8d7a7046e682d7b17cb | |
parent | b59a11c6b8c68c9472c714d6515084c583a052a2 (diff) | |
download | vyos-workflow-test-temp-0b36090d8d5909be91d5c99f2f33f914213f3944.tar.gz vyos-workflow-test-temp-0b36090d8d5909be91d5c99f2f33f914213f3944.zip |
T0000: update
-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 52dd7a7..f13d683 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -2,7 +2,7 @@ name: Darker-Ruff Lint on: - pull_request_target: + pull_request: branches: - current @@ -42,4 +42,5 @@ jobs: - name: Analyze Code run: | + ls -ltr darker -r origin/base --check --diff --lint "ruff check --config ./reusable-actions/.github/ruff.toml" --color .
\ No newline at end of file |