mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-21 09:30:41 +00:00
fix typos and adjust dictionary
This commit is contained in:
parent
345c7a9948
commit
dbfd835b5b
@ -0,0 +1,4 @@
|
||||
YAML
|
||||
linter
|
||||
formatter
|
||||
drone-yaml
|
@ -43,13 +43,13 @@ docker build --file docker/Dockerfile.amd64 --tag thegeeklab/drone-yaml .
|
||||
Be aware that the tool only supports configuration files for the Drone Docker runner!
|
||||
{{< /hint >}}
|
||||
|
||||
Lint the yaml file:
|
||||
Lint the YAML file:
|
||||
|
||||
```Shell
|
||||
drone-yaml lint samples/simple.yml
|
||||
```
|
||||
|
||||
Format the yaml file:
|
||||
Format the YAML file:
|
||||
|
||||
```Shell
|
||||
# default is printing to stdout
|
||||
|
Loading…
Reference in New Issue
Block a user