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
|
||||
uses: astral-sh/ruff-action@v3
|
||||
with:
|
||||
args: "--version"
|
||||
version: "latest"
|
||||
- name: Run Ruff Fix
|
||||
run: ruff check --fix --unsafe-fixes || true
|
||||
|
|
|
|||
Loading…
Reference in New Issue