WebUI/.pre-commit-config.yaml
Theta-Dev 834092a101
Some checks failed
continuous-integration/drone/push Build is failing
add ui base, api client
2022-02-03 21:40:18 +01:00

24 lines
578 B
YAML

repos:
- repo: https://github.com/tekwizely/pre-commit-golang
rev: v1.0.0-beta.4
hooks:
- id: golangci-lint-repo-mod
name: GolangCI Lint
- id: go-test-repo-mod
name: Backend tests
- repo: local
hooks:
- id: tsc
name: tsc
entry: tsc
language: node
files: \.tsx?$
args: ["-p", "./ui/tsconfig.json"]
additional_dependencies: ["typescript@4.5.2"]
pass_filenames: false
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
hooks:
- id: prettier