1 parent 7592444 commit 440e0beCopy full SHA for 440e0be
1 file changed
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
run: ruff check src/ scripts/ tests/ examples/
25
- name: mypy
26
run: mypy src/aac/
27
+ continue-on-error: true
28
29
test:
30
runs-on: ubuntu-latest
0 commit comments