V8.02.512.2025.05.30

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-05-30 00:28:39 +02:00
parent 2680012395
commit b2282d3475
172 changed files with 14057 additions and 41 deletions

View File

@@ -0,0 +1,12 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{ "$ref": "https://json.schemastore.org/github-workflow.json" },
{
"properties": {
"kind": { "type": "string", "enum": ["pipeline"] },
"type": { "type": "string", "enum": ["docker"] }
}
}
]
}