diff --git a/.dictionary b/.dictionary index e69de29..ee87ff1 100644 --- a/.dictionary +++ b/.dictionary @@ -0,0 +1,4 @@ +YAML +linter +formatter +drone-yaml diff --git a/_docs/_index.md b/_docs/_index.md index 08bceec..6fc7a51 100644 --- a/_docs/_index.md +++ b/_docs/_index.md @@ -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