Skip to content

Commit 647f604

Browse files
committed
chore: use just typos command in CI
1 parent 959fc4c commit 647f604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/actions/setup-nix
2525

2626
- name: Run Typo Check
27-
run: nix develop --command typos .
27+
run: nix develop --command just typos
2828

2929
ci:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)