V8.02.512.2025.05.30
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
12
.gitea/properties/json/gitea-workflow-config.json
Normal file
12
.gitea/properties/json/gitea-workflow-config.json
Normal 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"] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user