Fix GitHub action typo re. isort

This commit is contained in:
Jeremy Singer-Vine
2021-12-16 22:43:15 -05:00
parent b7c1c4a39b
commit ff28a94204
+1 -1
View File
@@ -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