Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Dec 26, 2024
1 parent 76ac9c0 commit 9a2be5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
- name: Run Pylint
run: |
pylint $(git ls-files 'src/**/*.py')
pylint $(git ls-files 'src/**/*.py')
- name: Run Black
run: |
black $(git ls-files 'src/**/*.py') --check
black $(git ls-files 'src/**/*.py') --check
- name: Run Mypy
run: |
mypy $(git ls-files 'src/**/*.py')
mypy $(git ls-files 'src/**/*.py')
- name: Run Sphinx Lint
run: |
Expand Down

0 comments on commit 9a2be5c

Please sign in to comment.