Skip to content

Commit

Permalink
add flake8 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDen committed Jan 24, 2024
1 parent 4780dd1 commit b6ee6ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
dockerfile: Dockerfile
recursive: true
- uses: psf/black@stable
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "E501" # Ignore long lines warnings

check-versions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b6ee6ed

Please sign in to comment.