Skip to content

Commit 9c768e7

Browse files
committed
don't run ruff check on installation
1 parent 6a49583 commit 9c768e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: astral-sh/ruff-action@v3
2020
with:
2121
version: ">=0.15,<0.16"
22+
# use args to avoid the default behavior of running ruff check automatically
23+
args: "--version"
2224
# ToDo: use pyrpoject.toml as version-file
2325
# version-file: "pyproject.toml"
2426

0 commit comments

Comments
 (0)