Skip to content

Commit e5e753c

Browse files
committed
ci(ruff): run ruff check on source
1 parent 4c09ad8 commit e5e753c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ruff.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: astral-sh/ruff-action@v1
8+
- uses: astral-sh/ruff-action@v3
9+
with:
10+
src: "./src"
11+
- run: ruff check

0 commit comments

Comments
 (0)