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:
parent
c5f3afa992
commit
943762f745
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user