Skip to content

Commit

Permalink
Run brew typecheck homebrew/test-bot in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Aug 20, 2024
1 parent cdc77f6 commit e995dd9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,23 @@ jobs:
- name: Run Homebrew/homebrew-test-bot RSpec tests
run: bundle exec rspec

sorbet:
strategy:
matrix:
include:
- os: macOS
runner: macOS-latest
- os: Linux
runner: ubuntu-latest
name: Sorbet (${{ matrix.os }})
runs-on: ${{ matrix.runner }}
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- run: brew typecheck homebrew/test-bot

tests:
permissions:
contents: read
Expand Down

0 comments on commit e995dd9

Please sign in to comment.