Skip to content

Commit

Permalink
ci: configure android glob
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed May 8, 2024
1 parent 0f0c613 commit af0e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pre-commit:
run: bash ./script/clang-lint.sh {staged_files}
lint:kotlin:
glob: "android/**/*.kt"
run: bash ./script/ktlint-lint.sh android
run: bash ./script/ktlint-lint.sh {staged_files}
typecheck:
glob: "src/**/*.{ts,tsx}"
run: yarn tsc --noEmit
Expand Down

0 comments on commit af0e439

Please sign in to comment.