Skip to content

Commit a002628

Browse files
committed
Actually rename directories to lowercase
1 parent 173ab37 commit a002628

24 files changed

Lines changed: 30108 additions & 1 deletion

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Lint with flake8 and pylint
4343
run: |
4444
poetry run flake8 .
45-
poetry run pylint ./scripts/PlexAniSync.py ./scripts/TautulliSyncHelper.py ./plexanisync || poetry run pylint-exit --error-fail --warn-fail $?
45+
poetry run pylint ./scripts/*.py ./plexanisync || poetry run pylint-exit --error-fail --warn-fail $?
4646
- run: poetry run pytest
4747

4848
build-docker-plexanisync:

0 commit comments

Comments
 (0)