diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 751399341..5fe7da632 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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