Skip to content

Commit

Permalink
ci: Set failure on mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Dec 4, 2024
1 parent 4de3ead commit 79d1690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
workdir: './libertai_agents'
target: "./libertai_agents"
execute_command: 'poetry run mypy'
fail_on_error: true

package-ruff:
name: "Package: ruff"
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
workdir: './backend'
target: "./src"
execute_command: 'poetry run mypy'
fail_on_error: true

backend-ruff:
name: "Backend: ruff"
Expand Down

0 comments on commit 79d1690

Please sign in to comment.