Skip to content

Commit 21c9827

Browse files
authored
Update ruff.yml
Specify src dir
1 parent bcf3efe commit 21c9827

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ruff.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: chartboost/ruff-action@v1
8+
- uses: chartboost/ruff-action@v1
9+
with:
10+
src: './src'

0 commit comments

Comments
 (0)