mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-18 04:11:57 +02:00
fix lint action
This commit is contained in:
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@@ -28,7 +28,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
|
cd archivebox
|
||||||
# one pass for show-stopper syntax errors or undefined names
|
# one pass for show-stopper syntax errors or undefined names
|
||||||
flake8 archivebox --count --show-source --statistics
|
flake8 . --count --show-source --statistics
|
||||||
# one pass for small stylistic things
|
# one pass for small stylistic things
|
||||||
flake8 archivebox --count --max-line-length="$MAX_LINE_LENGTH" --statistics
|
flake8 . --count --max-line-length="$MAX_LINE_LENGTH" --statistics
|
||||||
|
Reference in New Issue
Block a user