summaryrefslogtreecommitdiff
path: root/.github/workflows/darker-lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/darker-lint.yml')
-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 9fdfbd5..c339e55 100644
--- a/.github/workflows/darker-lint.yml
+++ b/.github/workflows/darker-lint.yml
@@ -28,7 +28,8 @@ jobs:
- name: Analyze Code with Darker
run: |
- darker -r current...HEAD --check --diff --isort --color -c src/tests/*.py
+ darker -r current...HEAD --check --diff --lint "pylint --errors-only" --color -c src/tests/*.py
+
# - name: analyze
# run: |