mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Fix GitHub action typo re. isort
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
run: python -m black --check pdfplumber tests
|
||||
|
||||
- name: Validate against isort
|
||||
run: python isort --check-only pdfplumber tests
|
||||
run: python -m isort --check-only pdfplumber tests
|
||||
|
||||
- name: Validate against flake8
|
||||
run: python -m flake8 pdfplumber tests
|
||||
|
||||
Reference in New Issue
Block a user