We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb6732 commit 78d5c26Copy full SHA for 78d5c26
.github/workflows/linter.yml
@@ -23,6 +23,6 @@ jobs:
23
- uses: actions/checkout@v4
24
- uses: astral-sh/ruff-action@31a518504640beb4897d0b9f9e50a2a9196e75ba # v3.0.1
25
with:
26
- version-file: "pyproject.toml"
+ version: ">=0.9.0"
27
args: "check --verbose"
28
src: "./sshgen"
0 commit comments