Skip to content

Commit 52f8dbb

Browse files
committed
ci: add typos
1 parent 5a114dc commit 52f8dbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
id-token: write
1717

1818
jobs:
19-
ci:
19+
typos:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout repository
@@ -25,6 +25,8 @@ jobs:
2525
- name: Setup Nix
2626
uses: ./.github/actions/setup-nix
2727

28+
- name: Run Typo Check
29+
run: nix develop --command typos .
2830
- name: Run Lint
2931
run: nix develop --command pnpm run lint
3032

0 commit comments

Comments
 (0)