Skip to content

Commit bcb710d

Browse files
authored
Update flake.yml
1 parent d7d1732 commit bcb710d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/flake.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
with:
1717
python-version: "2.7"
1818
- name: Run flake8
19-
uses: julianwachholz/flake8-action@v1
19+
uses: TrueBrain/actions-flake8@master
2020
with:
21-
checkName: "Python Lint"
22-
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
src: Sources/code
22+
ignore: E9,F63,F7,F82

0 commit comments

Comments
 (0)