mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-05-08 15:44:49 +00:00
don't run ruff check on installation
This commit is contained in:
parent
e784ff34cb
commit
fc2357e6bf
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint-and-test.yml
vendored
2
.github/workflows/lint-and-test.yml
vendored
|
|
@ -29,6 +29,8 @@ jobs:
|
|||
uses: astral-sh/ruff-action@v3
|
||||
with:
|
||||
version: ">=0.15,<0.16"
|
||||
# use args to avoid the default behavior of running ruff check automatically
|
||||
args: "--version"
|
||||
# ToDo: use pyrpoject.toml as version-file
|
||||
# version-file: "pyproject.toml"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue