diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index dffdbb2675653f43aa575725fe8f98a5756300b1..2821cf0271c5768a6c6e3225c0450bde7d0ab43d 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