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