Skip to content

Commit

Permalink
👷 使用官方的 ruff-action
Browse files Browse the repository at this point in the history
  • Loading branch information
AzideCupric committed Dec 11, 2024
1 parent 0ccbcf4 commit d90d28f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ jobs:
- uses: actions/checkout@v4

- name: Run Ruff Lint
uses: chartboost/ruff-action@v1
uses: astral-sh/ruff-action@v2
with:
src: >-
nonebot_bison/
extra_plugins/
tests/
bot.py

0 comments on commit d90d28f

Please sign in to comment.