mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
Also use said devcontainer i GitHub workflows to validate config. * feat(devcontainer): build devcontainer Signed-off-by: Vegard Hagen <[email protected]> * feat(ci): validate tofu files on push Signed-off-by: Vegard Hagen <[email protected]> * feat(devcontainer): simplify devcontainer Signed-off-by: Vegard Hagen <[email protected]> * fix(devcontainer): don't cache package index This will reduce the final image size. Signed-off-by: Vegard Hagen <[email protected]> * feat(devcontainer): switch to ubuntu and use devcontainer features as much as possible Signed-off-by: Vegard Hagen <[email protected]> --------- Signed-off-by: Vegard Hagen <[email protected]>
19 lines
273 B
YAML
19 lines
273 B
YAML
extends: default
|
|
|
|
yaml-files:
|
|
- '*.yaml'
|
|
- '*.yml'
|
|
|
|
ignore: |
|
|
README.md
|
|
LICENSE
|
|
secret**.yaml
|
|
|
|
rules:
|
|
document-start: { present: false }
|
|
brackets:
|
|
min-spaces-inside: 0
|
|
max-spaces-inside: 10
|
|
line-length:
|
|
allow-non-breakable-inline-mappings: true
|