Skip to content
Merged
Prev Previous commit
Next Next commit
Remove leftover -F flag in CI type check command
  • Loading branch information
delucis committed Dec 17, 2025
commit e2a352386fbd763905ade64b1ae16f33040192e6
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
run: pnpm install

- name: Type check docs
run: pnpm -F %docs astro check
run: pnpm %docs astro check