From 943762f745c1e30ac5c7b6421fea154297bb3f9b Mon Sep 17 00:00:00 2001
From: Mike McQuaid <mike@mikemcquaid.com>
Date: Thu, 27 Aug 2020 08:49:25 +0100
Subject: [PATCH] workflows/tests: run `brew typecheck --quiet`.

This will allow us to verify that we can merge new sorbet/tapioca
updates.
---
 .github/workflows/tests.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index dffdbb2675..2821cf0271 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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
-- 
GitLab