Skip to content

Commit 9befb78

Browse files
committed
GH-29: Fixing indent issue in pylint workflow.
1 parent 7bf1132 commit 9befb78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
pip install -r requirements-dev.txt
2525
# Run pylint against all .py files in the codebase.
2626
- name: Analysing the code with pylint
27-
run: |
28-
pylint **/*.py
27+
run: |
28+
pylint **/*.py

0 commit comments

Comments
 (0)