Skip to content

Commit 1a43ae7

Browse files
committed
chore(dev): remove typos from deps
1 parent 3247b83 commit 1a43ae7

File tree

6 files changed

+2
-14
lines changed

6 files changed

+2
-14
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
bun-version: 1.2.5
1717
- run: bun install --frozen-lockfile
1818
- run: bun check
19-
typos:
20-
name: Check Typos
21-
runs-on: ubuntu-latest
22-
steps:
23-
- uses: actions/checkout@v4
24-
- uses: crate-ci/typos@v1
2519
build:
2620
name: Build
2721
runs-on: ubuntu-latest

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["astro-build.astro-vscode", "tekumara.typos-vscode"]
2+
"recommendations": ["astro-build.astro-vscode"]
33
}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
### ローカル
1313

1414
- (必須) Bun >= v1.1.39
15-
- (推奨) Typos <https://github.com/crate-ci/typos>
1615
- 任意のエディタ <https://docs.astro.build/en/editor-setup/>
1716

1817
```sh

_typos.toml

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

lefthook.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: schema=https://json.schemastore.org/lefthook.json
12
pre-commit:
23
parallel: true
34
commands:
@@ -10,5 +11,3 @@ pre-commit:
1011
stage_fixed: true
1112
sync:
1213
run: bun sync
13-
typos:
14-
run: if command -v typos 2&> /dev/null; then typos; fi

shell.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ pkgs.mkShell {
55
pkgs.biome
66
pkgs.astro-language-server
77
pkgs.nodejs-slim # required by astro to find sharp
8-
pkgs.typos
9-
pkgs.typos-lsp
108
];
119
}

0 commit comments

Comments
 (0)