SEBRAUC/.pre-commit-config.yaml
Theta-Dev 3e29e04ac3
Some checks reported errors
continuous-integration/drone/push Build was killed
Add system info api definition
2021-12-02 20:29:47 +01:00

27 lines
691 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: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
hooks:
- id: prettier
- repo: https://github.com/dudefellah/pre-commit-openapi
rev: "v0.0.1"
hooks:
- id: check-openapi
- 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