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 c847999569 - Show all commits
+1 -3
View File
@@ -12,11 +12,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
apt-get update && apt-get install -y python3-pip
python3 -m pip install --upgrade pip
pip3 install -r src/requirements.txt
- name: Lint and format with Ruff