Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into nowei/delete-on-force-rege…
Browse files Browse the repository at this point in the history
…nerate
  • Loading branch information
nowei committed Dec 9, 2024
2 parents 16df743 + 37457e4 commit 8cf57a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ jobs:
if: steps.changed-py-files.outputs.any_changed == 'true'
env:
CHANGED_PY_FILES: ${{ steps.changed-py-files.outputs.all_changed_files }}
run: poetry run mypy $CHANGED_PY_FILES --ignore-missing-imports
# Remove the python/ that is prepended
run: poetry run mypy ${CHANGED_PY_FILES//python\/} --ignore-missing-imports

tflint:
name: Lint terraform
Expand Down

0 comments on commit 8cf57a6

Please sign in to comment.