generated from the-liberated-edge/wikijs
# Context This PR implements the following [issue](#11). # Acceptance criteria - [x] A build automation rule for formatting YAML code via `yamlfix` has been introduced. - [x] `README.md` has been updated with the correct command for formatting code. Co-authored-by: emo <esimeonov@gmail.com> Reviewed-on: #13
6 lines
60 B
YAML
6 lines
60 B
YAML
---
|
|
version: '3'
|
|
tasks:
|
|
format-yml:
|
|
cmds: [yamlfix .]
|