-
-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy path.pre-commit-hooks.yaml
More file actions
38 lines (36 loc) · 698 Bytes
/
.pre-commit-hooks.yaml
File metadata and controls
38 lines (36 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
- id: dasel-validate-docker
name: Validate JSON, YAML, XML, TOML files
description: Validate JSON files
language: docker_image
types_or:
- json
- yaml
- xml
- toml
entry: ghcr.io/tomwright/dasel
args:
- validate
- id: dasel-validate-bin
name: Validate JSON, YAML, XML, TOML
description: Validate JSON, YAML, XML, TOML files
language: system
types_or:
- json
- yaml
- xml
- toml
entry: dasel
args:
- validate
- id: dasel-validate
name: Validate JSON, YAML, XML, TOML
description: Validate JSON, YAML, XML, TOML files
language: golang
types_or:
- json
- yaml
- xml
- toml
entry: dasel
args:
- validate