test_linux_containers/Taskfile.yml
emil cb0bdd5670 i-11 Added task for formating the yaml code base (#13)
# 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
2024-03-02 01:05:50 +00:00

6 lines
60 B
YAML

---
version: '3'
tasks:
format-yml:
cmds: [yamlfix .]