Skip to content

Commit

Permalink
Github action testing
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlaugesen committed Oct 3, 2024
1 parent 230dfbb commit 5d57dd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ jobs:
export PATH="$HOME/.local/bin:$PATH"
poetry install
- name: Lint with flake8
continue-on-error: true
run: |
export PATH="$HOME/.local/bin:$PATH"
poetry run flake8 .
- name: Format code with black
continue-on-error: true
run: |
export PATH="$HOME/.local/bin:$PATH"
poetry run black --check .
- name: Type check with mypy
continue-on-error: true
run: |
export PATH="$HOME/.local/bin:$PATH"
poetry run mypy .
Expand Down

0 comments on commit 5d57dd1

Please sign in to comment.