mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-04 21:35:24 +02:00
exclude tests
This commit is contained in:
parent
0250164f01
commit
1eb35962ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: flake8 Lint
|
||||
uses: py-actions/flake8@v2
|
||||
with:
|
||||
exclude: "test/*"
|
||||
exclude: "tests/*"
|
||||
max-line-length: "128"
|
||||
path: "."
|
||||
plugins: "flake8-bugbear==22.1.11 flake8-black"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue