Skip to content

Commit 78d5c26

Browse files
committed
fix(ci): replace ruff version
1 parent fbb6732 commit 78d5c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: astral-sh/ruff-action@31a518504640beb4897d0b9f9e50a2a9196e75ba # v3.0.1
2525
with:
26-
version-file: "pyproject.toml"
26+
version: ">=0.9.0"
2727
args: "check --verbose"
2828
src: "./sshgen"

0 commit comments

Comments
 (0)