Skip to content

Commit ddf81a8

Browse files
committed
Working flake8 with annotations
1 parent eceb8cb commit ddf81a8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,16 @@ jobs:
4747

4848
- name: Set up Python 3.10
4949
uses: actions/setup-python@main
50-
51-
- name: Run Flake8
52-
uses: julianwachholz/flake8-action@v2
5350
with:
54-
checkName: flake8
55-
config: flake8.ini
56-
env:
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
python-version: "3.10"
52+
53+
- name: Setup flake8 annotations
54+
uses: rbialon/[email protected]
55+
56+
- name: Lint with flake8
57+
run: |
58+
pip install flake8
59+
flake8 setup.py dpath/ tests/
5860
5961
# Tests job
6062
tests:

0 commit comments

Comments
 (0)