Skip to content

Commit 0b0cd6a

Browse files
committed
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 ee38a08 commit 0b0cd6a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
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:

0 commit comments

Comments
 (0)