Files
Rauhul Varma 33acc79c36 Add soundness workflows (#701)
Adds CI for the following checks:
- YAML lint
- Python lint
- Unacceptable language
- Broken symlinks
- API breakages

In the future the following checks will be added:
- Documentation
- License headers
- Formatting
- Shell check
2025-02-07 11:24:00 -08:00

8 lines
114 B
INI

root = true
[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true