summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/darker-lint.yml3
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