action #175111
Updated by leli 22 days ago
## Description
Hello Yam experts, as discussed offline with @mgrifalconi and @leli, I filed this ticket, please feel free to re-assign if it is not under your test scope.
As sle16 agama installer uses json/jsonnet files. it should be great we have ci check for these files. it will help us to make sure the files are usable [at least on obvious format/style issues]
More detail can be found at https://suse.slack.com/archives/C02CSAZLAR4/p1736338956797719
We should use this before pushing the files to git: https://jsonnet.org/learning/tools.html. For Yam squad, we will focus on jsonnet exclusively for now, not sure about the use of json or other format at the moment.
#### Acceptance criteria
- **AC1**: Add CI check for agama profiles which are jsonnet format
#### Additional information
Get jsonnet-lint file.jsonnet Install dependent pkg in .github/workflows/ci.yml.
Some more detail info for discussion about it see https://suse.slack.com/archives/C02CLB2LB7Z/p1736393322298209 .github/workflows/ci.yml
Back