mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
add flake8 path to python checks ci
This commit is contained in:
2
.github/workflows/classic-python-checks.yml
vendored
2
.github/workflows/classic-python-checks.yml
vendored
@@ -104,7 +104,7 @@ jobs:
|
||||
|
||||
- name: Lint (Flake8)
|
||||
if: success() || failure()
|
||||
run: poetry run flake8 .
|
||||
run: poetry run flake8 --config=./classic/.flake8 .
|
||||
working-directory: classic/${{ matrix.sub-package }}
|
||||
|
||||
types:
|
||||
|
||||
Reference in New Issue
Block a user