Move from github to gitea #1

Merged
EstebanVincent merged 16 commits from gitea into main 2026-05-31 01:13:19 +02:00
Showing only changes of commit e8a9c06357 - Show all commits
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
pip3 install -r src/requirements.txt --break-system-packages
- name: Lint and format with Ruff
run: |
pip3 install ruff
pip3 install ruff --break-system-packages
ruff check src
ruff format --check src