mirror of
https://github.com/google/go-jsonnet.git
synced 2026-01-07 09:21:03 +01:00
16 lines
397 B
YAML
16 lines
397 B
YAML
- id: jsonnet-format
|
|
name: jsonnetfmt
|
|
description: Automatically format jsonnet files.
|
|
entry: jsonnetfmt
|
|
args: [-i]
|
|
language: golang
|
|
files: \.(jsonnet|libsonnet)$
|
|
minimum_pre_commit_version: 2.10.1
|
|
- id: jsonnet-lint
|
|
name: jsonnet-lint
|
|
description: Lint jsonnet files.
|
|
entry: jsonnet-lint
|
|
language: golang
|
|
files: \.(jsonnet|libsonnet)$
|
|
minimum_pre_commit_version: 2.10.1
|