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 b6ef949201 - Show all commits
+3 -2
View File
@@ -14,11 +14,12 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get install -y python3-pip
python3 -m pip install --upgrade pip
pip install -r src/requirements.txt
pip3 install -r src/requirements.txt
- name: Lint and format with Ruff
run: |
pip install ruff
pip3 install ruff
ruff check src
ruff format --check src