Install typos-cli on macOS CI

This commit is contained in:
Sijawusz Pur Rahnama 2023-11-08 02:20:03 +01:00
parent 0140fd3573
commit 891cad2610

View file

@ -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