mirror of https://github.com/Mai-with-u/MaiBot.git
Update ruff.yml
parent
d36aa552bd
commit
83c54bd117
|
|
@ -26,6 +26,7 @@ jobs:
|
||||||
- name: Install the latest version of ruff
|
- name: Install the latest version of ruff
|
||||||
uses: astral-sh/ruff-action@v3
|
uses: astral-sh/ruff-action@v3
|
||||||
with:
|
with:
|
||||||
|
args: "--version"
|
||||||
version: "latest"
|
version: "latest"
|
||||||
- name: Run Ruff Fix
|
- name: Run Ruff Fix
|
||||||
run: ruff check --fix --unsafe-fixes || true
|
run: ruff check --fix --unsafe-fixes || true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue