Skip to content

Commit

Permalink
Actually rename directories to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Apr 11, 2023
1 parent 173ab37 commit a002628
Show file tree
Hide file tree
Showing 24 changed files with 30,108 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Lint with flake8 and pylint
run: |
poetry run flake8 .
poetry run pylint ./scripts/PlexAniSync.py ./scripts/TautulliSyncHelper.py ./plexanisync || poetry run pylint-exit --error-fail --warn-fail $?
poetry run pylint ./scripts/*.py ./plexanisync || poetry run pylint-exit --error-fail --warn-fail $?
- run: poetry run pytest

build-docker-plexanisync:
Expand Down
Loading

0 comments on commit a002628

Please sign in to comment.