CI
Some checks failed
CI / Check links (push) Successful in 8s
CI / Check version (push) Failing after 10s
CI / Check typos (push) Successful in 19s
CI / Clippy (push) Failing after 1m43s
CI / Build and push Docker image (push) Failing after 1m27s
CI / Build, test, upload (push) Successful in 4m9s

This commit is contained in:
2025-11-03 22:40:32 -08:00
parent a783ad264c
commit 0603243c95
4 changed files with 238 additions and 0 deletions

View File

@@ -7,3 +7,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2