Skip to content

Commit 1f492bd

Browse files
authored
Merge pull request #264 from ndxbn/deps
2 parents 5d548fa + d186183 commit 1f492bd

6 files changed

Lines changed: 32 additions & 1060 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
uses: biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # v2
2020
# lint
2121
- run: bun install
22-
- run: bun lint:docs:ja
23-
# bun lint may be biome, so you may not need to run.
2422
- run: biome ci --reporter=github .
2523
dockerlint:
2624
runs-on: ubuntu-latest

.junie/guidelines.md

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

.lefthook.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ pre-push:
33
biome-check:
44
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
55
run: bunx @biomejs/biome check --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {push_files}
6-
textlint-docs-ja:
7-
glob: "docs/ja/*.md"
8-
run: "bun lint:docs:ja"
6+

.textlintrc.yaml

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

0 commit comments

Comments
 (0)