We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959fc4c commit 647f604Copy full SHA for 647f604
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: ./.github/actions/setup-nix
25
26
- name: Run Typo Check
27
- run: nix develop --command typos .
+ run: nix develop --command just typos
28
29
ci:
30
runs-on: ubuntu-latest
0 commit comments