modified: .gitea/workflows/opencommit.yml #2

Merged
Jose merged 4 commits from dev into main 2025-02-03 22:02:07 +01:00
Showing only changes of commit a2fc311e25 - Show all commits

View File

@@ -13,6 +13,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: update PATH
run: pipx ensurepath
- name: Install the code linting and formatting tool Ruff
run: pipx install ruff
- name: Lint code with Ruff