Skip to content

Commit e89c712

Browse files
committed
fix pipeline
1 parent c53a9b0 commit e89c712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
poetry run pre-commit run ruff-format
2929
- name: Execute mypy
3030
run: |
31+
set -o pipefail
3132
poetry run mypy --config-file pyproject.toml core | tee mypy.log || true
3233
- name: Generate mypy report
3334
continue-on-error: true

0 commit comments

Comments
 (0)