Skip to content

Commit

Permalink
better flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
f18m committed May 7, 2024
1 parent 1d6222d commit dc5c5d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Lint code with flake8
run: |
pip install flake8
flake8
echo "Running flake8 on repo"
flake8 -v
# TODO: it would be nice to have the project published on Pypi for easy installation via pip:
#- name: Publish package
Expand All @@ -41,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Build Docker image (no push)
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#accessing-secrets
# for the reason why DependaBot pull requests have no access to secrets like ${{ secrets.PAT_TOKEN_FOR_GITHUB }}
Expand Down

0 comments on commit dc5c5d1

Please sign in to comment.