chore(ci): migrate SOT to Gitea #429

Merged
luke merged 8 commits from gitea-cicd into main 2025-01-01 00:17:20 +01:00
Showing only changes of commit 7f4070c6b7 - Show all commits

View File

@ -30,6 +30,7 @@ jobs:
python-version: "${{ vars.PYTHON_VERSION }}" python-version: "${{ vars.PYTHON_VERSION }}"
- name: Setup Poetry - name: Setup Poetry
uses: abatilo/actions-poetry@v3 uses: abatilo/actions-poetry@v3
- run: pipx ensurepath
- name: Install dependencies - name: Install dependencies
run: poetry install run: poetry install
- name: Lint - name: Lint