Skip to content

Commit

Permalink
Merge pull request #718 from Homebrew/tap-syntax-runs-typecheck-now
Browse files Browse the repository at this point in the history
`brew typecheck` now runs as part of `tap_syntax`
  • Loading branch information
issyl0 committed Aug 20, 2024
2 parents c0a79b6 + 73c676f commit 5eb3949
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,3 @@ jobs:
run: |
rm -rf "$(brew --repo homebrew/services)"
ln -s "$PWD" "$(brew --repo homebrew/services)"
sorbet:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- run: brew typecheck homebrew/services

0 comments on commit 5eb3949

Please sign in to comment.