Skip to content

Commit 09f5326

Browse files
committed
ci: fix linter action for ruff 0.5.x
1 parent f5ac9c5 commit 09f5326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: chartboost/ruff-action@v1
2323
with:
24+
args: "check --verbose"
2425
src: "./sshgen"
25-
args: "--verbose"

0 commit comments

Comments
 (0)