Skip to content

Commit cd1f806

Browse files
committed
Update ci.yml
1 parent 9a1aa3c commit cd1f806

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ jobs:
4242
run: |
4343
isort --check-only .
4444
45-
- name: Check mypy version
46-
run: mypy --version
47-
4845
- name: Verbose mypy output for debugging
4946
run: |
50-
mypy --no-site-packages --config-file mypy.ini .
47+
mypy --no-site-packages --config-file mypy.ini . | mypy-baseline sync
48+
49+
- name: Echo the baseline file created in the previous step
50+
run: |
51+
cat .mypy_cache/baseline.txt
5152
5253
- name: Check types with mypy
5354
run: |

0 commit comments

Comments
 (0)