modified: .gitea/workflows/ruff.yaml
Some checks failed
Pylint / build (3.x) (push) Failing after 8s
ruff / build (push) Failing after 13s
ai-reviews / Review PR (pull_request) Successful in 5s
Greetings / greeting (pull_request) Successful in 4s

This commit is contained in:
2025-02-03 21:41:59 +01:00
parent df25199679
commit a2fc311e25

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