mirror of https://github.com/Mai-with-u/MaiBot.git
更新Ruff Action实现自动fix(测试)
parent
a1785abc38
commit
a6e72ccb70
|
|
@ -6,4 +6,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
- run: ruff check --fix
|
||||
- run: ruff format
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue