Skip to content

Commit

Permalink
add pytest to dev deps, automate license checking
Browse files Browse the repository at this point in the history
Signed-off-by: Lucca Baumgärtner <[email protected]>
  • Loading branch information
luccalb committed Oct 28, 2023
1 parent eff72d9 commit 11f25bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
requirements: "requirements-all.txt"
fail: "Copyleft"
verbose: 3
exclude: "(?i)^(pylint|aio[-_]*).*"
- name: Print copyright report
run: echo "${{ steps.license_check_report.outputs.report }}"
- name: Lint with flake8
Expand Down

0 comments on commit 11f25bf

Please sign in to comment.