mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
don't run ruff check on installation
This commit is contained in:
parent
6a4958382e
commit
9c768e7e7c
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
|
|
@ -19,6 +19,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