Skip to content

Commit

Permalink
Install typos-cli on macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Nov 8, 2023
1 parent b88eb2c commit 790d3f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Install dependencies
run: shards install

- name: Install typos-cli
if: matrix.os == 'macos-latest'
run: brew install typos-cli

- name: Run specs
run: crystal spec

Expand Down

0 comments on commit 790d3f6

Please sign in to comment.