kernelci / kernelci/kernelci-core
TOML file validator
- Dominant language
- Python
- Stars
- 120
- Forks
- 107
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 21
Description
As we are transiting from old `.conf` to `.toml` for user settings, add a job to run it with `Github Actions` that validate TOML file if it is found in the source tree.
- [ ] Investigate [toml-validator](https://pypi.org/project/toml-validator/) package
- [ ] Add a command to `Makefile` to run toml validation
- [ ] Add a step to run `make validate-toml` in github workflow
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by investigating the toml-validator package, then inspect the repository's Makefile and GitHub Actions workflow. Add a Makefile command that validates TOML files found in the source tree and invoke it from the workflow; done means the validation runs successfully in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100