Skip to content

Commit

Permalink
add flake8 job
Browse files Browse the repository at this point in the history
  • Loading branch information
braver authored Jun 11, 2023
1 parent a8d2f4c commit 7684b9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
on: [push]

jobs:
build:
flake8:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -15,6 +15,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Analysing the code with pylint
- name: Analysing the code with flake8
run: |
flake8
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 120

0 comments on commit 7684b9f

Please sign in to comment.