Skip to content

Commit

Permalink
fix(actions): Fix MyPy and Ruff Errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
acederberg committed Sep 23, 2024
1 parent 9e2423c commit 6f10fea
Show file tree
Hide file tree
Showing 3 changed files with 1,277 additions and 1,165 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- run: |
if ( \
[ "${{ steps.mypy_check_tests.outcome }}" != "success" ] \
[ "${{ steps.mypy_check.outcome }}" != "success" ] \
|| [ "${{ steps.ruff.outcome }}" != 'success' ]
); then
echo "One or more checks failed. See the summary for details."
Expand Down
Loading

0 comments on commit 6f10fea

Please sign in to comment.