Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit a95f7b5

Browse files
committed
Add flake package to project deps and set up git flow runner
1 parent 3f9e7f7 commit a95f7b5

File tree

4 files changed

+287
-270
lines changed

4 files changed

+287
-270
lines changed

.github/workflows/linter.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install tox tox-gh-actions
26-
- name: Run tox
26+
- name: Run pylint
2727
run: tox -e pylint
28+
- name: Run flake8
29+
run: tox -e flake8

0 commit comments

Comments
 (0)