Run brew typecheck without --quiet on CI.

This commit is contained in:
Markus Reiter 2020-09-23 20:26:06 +02:00
parent 6f7b7cc699
commit bbea2d840d

View File

@ -120,8 +120,7 @@ jobs:
- name: Run brew audit --skip-style on all taps - name: Run brew audit --skip-style on all taps
run: brew audit --skip-style run: brew audit --skip-style
# TODO: remove --quiet when possible. - run: brew typecheck
- run: brew typecheck --quiet
- name: Run vale for docs linting - name: Run vale for docs linting
run: | run: |