mirror of https://github.com/Mai-with-u/MaiBot.git
Update ruff.yml
parent
a10cc9f485
commit
a957daa37d
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
- name: Install Ruff and Run Checks
|
||||
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