fix: Manually install ruff
This commit is contained in:
@@ -8,4 +8,7 @@ jobs:
|
|||||||
runs-on: [ubuntu-latest, amd]
|
runs-on: [ubuntu-latest, amd]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: https://github.com/astral-sh/ruff-action@v3
|
- name: Install Ruff
|
||||||
|
run: pip install ruff
|
||||||
|
- name: Run Ruff
|
||||||
|
run: ruff check .
|
||||||
|
|||||||
Reference in New Issue
Block a user