Skip to content

Commit

Permalink
Update python-lint-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveYesland authored Aug 7, 2023
1 parent 96a8cd8 commit f989e78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
pip install .
- name: Test Docker build
run: |
docker build . --file Dockerfile --tag rhinosecuritylabs/pacu:latest
- name: Lint with flake8 and mypy
run: |
poetry run make lint
Expand Down

0 comments on commit f989e78

Please sign in to comment.