Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ jobs:
- name: Run Gitleaks
run: nix develop --command gitleaks detect --source . --config .gitleaks.toml

typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup Nix
uses: ./.github/actions/setup-nix

- name: Run Typo Check
run: nix develop --command typos .

lint:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions lefthook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ pre-commit:

pre-push:
jobs:
- name: typos
run: typos --config typos.toml
- name: knip
run: pnpm run lint:knip
Comment on lines 19 to 22
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The typos job has been removed from the pre-push hook, but the typos tool is still referenced in other parts of the project. The GitHub Actions CI workflow (.github/workflows/ci.yaml) still contains a typos job (lines 33-43) that runs "nix develop --command typos ." which will fail without the typos.toml configuration file. Additionally, flake.nix still includes typos and typos-lsp packages in the development environment (lines 30-31). For a complete removal of the typos tooling, these references should also be removed.

Copilot uses AI. Check for mistakes.
18 changes: 0 additions & 18 deletions typos.toml

This file was deleted.

Loading