modified: .gitea/workflows/ruff.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user