feat(readme): fixed readme to be one file

This commit is contained in:
2024-12-21 23:04:03 -07:00
parent ac862bc213
commit d2ebe1f7a9
2 changed files with 6 additions and 3 deletions

View File

@ -42,7 +42,7 @@ jobs:
run: pip install ruff
- name: Lint
run: ruff check ./*/*.py --ignore E402
run: ruff check ./*.py ./**/*/*.py --ignore E402
Dockerhub:
runs-on: ubuntu-latest