EOF & whitespace
lint / docker (push) Failing after 4m47s

This commit is contained in:
2024-11-29 00:54:31 +01:00
parent 7fcc5afc64
commit aa8a68aa80
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
python-version: '3.12'
cache: 'pip' # caching pip dependencies
- run: pip install ruff
- run: |
- run: |
ruff check .
# - uses: stefanzweifel/git-auto-commit-action@v4
# with: