Skip to content

Commit 767a6f1

Browse files
committed
Replace outdated actions with a maintained one
1 parent 43a7e57 commit 767a6f1

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/lint.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,4 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Setup Python
21-
uses: actions/setup-python@v4
22-
23-
- name: Setup flake8 annotations
24-
uses: rbialon/flake8-annotations@v1
25-
26-
- name: Install flake8
27-
run: |
28-
python -m pip install -U pip
29-
pip install flake8
30-
31-
- name: Run flake8
32-
run: flake8 -v .
20+
- uses: TrueBrain/actions-flake8@v2

0 commit comments

Comments
 (0)