Skip to content

Commit

Permalink
GH-29: Fixing indent issue in pylint workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-ryder committed Sep 20, 2021
1 parent 7bf1132 commit 1814e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
pip install -r requirements-dev.txt
# Run pylint against all .py files in the codebase.
- name: Analysing the code with pylint
run: |
pylint **/*.py
run: |
pylint **/*.py

0 comments on commit 1814e68

Please sign in to comment.