Skip to content

Commit 6e569af

Browse files
authored
Update flake8 action
1 parent 6f34f48 commit 6e569af

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ jobs:
3636
python-version: "3.12"
3737

3838
- name: Setup flake8 annotations
39-
uses: rbialon/[email protected]
40-
41-
- name: Lint with flake8
42-
run: |
43-
pip install flake8
44-
flake8 setup.py dpath/ tests/
39+
uses: TrueBrain/[email protected]
40+
with:
41+
path: setup.py dpath/ tests/
4542

4643
# Generate a common hashseed for all tests
4744
generate-hashseed:

0 commit comments

Comments
 (0)