mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Install typos-cli
on macOS CI
This commit is contained in:
parent
0140fd3573
commit
891cad2610
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -32,6 +32,10 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: shards install
|
run: shards install
|
||||||
|
|
||||||
|
- name: Install typos-cli
|
||||||
|
if: matrix.os == 'macos-latest'
|
||||||
|
run: brew install typos-cli
|
||||||
|
|
||||||
- name: Run specs
|
- name: Run specs
|
||||||
run: crystal spec
|
run: crystal spec
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue