Skip to content

Commit 6bfadc5

Browse files
committed
ci: only lint loopstructural source for now
1 parent 716038e commit 6bfadc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
black .
1717
- name: Lint with ruff
1818
run: |
19-
ruff check .
20-
ruff fix .
19+
ruff check LoopStructural --fix
2120
- uses: stefanzweifel/git-auto-commit-action@v4
2221
with:
2322
commit_message: "style: style fixes by ruff and autoformatting by black"

0 commit comments

Comments
 (0)