Skip to content
Snippets Groups Projects
Commit 943762f7 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

workflows/tests: run `brew typecheck --quiet`.

This will allow us to verify that we can merge new sorbet/tapioca
updates.
parent c5f3afa9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment