Skip to content

Commit f9937d4

Browse files
authored
chore: remove typos CLI tooling (#265)
* chore: remove typos CLI tooling Remove typos configuration and pre-push hook integration: - Delete typos.toml configuration file - Remove typos check from lefthook.yaml pre-push jobs The typos tool is no longer needed for this project's workflow. * chore(ci): remove typos job from CI workflow The typos CLI tooling is being removed from the project. This removes the corresponding CI job that was checking for typos.
1 parent 5d82f23 commit f9937d4

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ jobs:
3030
- name: Run Gitleaks
3131
run: nix develop --command gitleaks detect --source . --config .gitleaks.toml
3232

33-
typos:
34-
runs-on: ubuntu-latest
35-
steps:
36-
- name: Checkout repository
37-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38-
39-
- name: Setup Nix
40-
uses: ./.github/actions/setup-nix
41-
42-
- name: Run Typo Check
43-
run: nix develop --command typos .
44-
4533
lint:
4634
runs-on: ubuntu-latest
4735
steps:

lefthook.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ pre-commit:
1818

1919
pre-push:
2020
jobs:
21-
- name: typos
22-
run: typos --config typos.toml
2321
- name: knip
2422
run: pnpm run lint:knip

typos.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)