github.com/tomwright/dasel@v1.27.3/.pre-commit-hooks.yaml (about)

     1  - id: dasel-validate-docker
     2    name: Validate JSON, YAML, XML, TOML files
     3    description: Validate JSON files
     4    language: docker_image
     5    types_or:
     6      - json
     7      - yaml
     8      - xml
     9      - toml
    10    entry: ghcr.io/tomwright/dasel
    11    args:
    12      - validate
    13  
    14  - id: dasel-validate-bin
    15    name: Validate JSON, YAML, XML, TOML
    16    description: Validate JSON, YAML, XML, TOML files
    17    language: system
    18    types_or:
    19      - json
    20      - yaml
    21      - xml
    22      - toml
    23    entry: dasel
    24    args:
    25      - validate
    26  
    27  - id: dasel-validate
    28    name: Validate JSON, YAML, XML, TOML
    29    description: Validate JSON, YAML, XML, TOML files
    30    language: golang
    31    types_or:
    32      - json
    33      - yaml
    34      - xml
    35      - toml
    36    entry: dasel
    37    args:
    38      - validate