workflows/tests: run brew typecheck --quiet.

This will allow us to verify that we can merge new sorbet/tapioca
updates.
This commit is contained in:
Mike McQuaid 2020-08-27 08:49:25 +01:00
parent c5f3afa992
commit 943762f745

View File

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