Skip to content

Commit 330d62b

Browse files
committed
chore: changing github action lint workflow
1 parent 4625845 commit 330d62b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,5 @@ jobs:
2424
2525
- name: Run format and lint
2626
run: |
27-
black .
28-
isort .
29-
flake8 .
30-
mypy .
31-
pylama .
32-
yamllint .
27+
pipenv run format
28+
pipenv run lint

0 commit comments

Comments
 (0)