Initial commit
Some checks failed
Build container image / Build and push image (push) Failing after 2m8s

This commit is contained in:
2025-12-06 13:34:37 +09:00
commit 5110b75eda
5 changed files with 132 additions and 0 deletions

8
.markdownlint.json Normal file
View File

@@ -0,0 +1,8 @@
{
"line-length": {
"tables": false
},
"no-inline-html": {
"allowed_elements": ["abbr", "pre", "kbd", "samp"]
}
}