File tree Expand file tree Collapse file tree 6 files changed +2
-14
lines changed
Expand file tree Collapse file tree 6 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
2- "recommendations" : [" astro-build.astro-vscode" , " tekumara.typos-vscode " ]
2+ "recommendations" : [" astro-build.astro-vscode" ]
33}
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # yaml-language-server: schema=https://json.schemastore.org/lefthook.json
12pre-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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments