blueprints: add FindObject tag (#12415)

This commit is contained in:
Marc 'risson' Schmitt
2025-07-24 15:30:47 +02:00
committed by GitHub
parent f4079a9e0d
commit bafe8a5104
5 changed files with 51 additions and 5 deletions
+7 -2
View File
@@ -10,6 +10,7 @@
"!File scalar",
"!File sequence",
"!Find sequence",
"!FindObject sequence",
"!Format sequence",
"!If sequence",
"!Index scalar",
@@ -33,6 +34,10 @@
"ignoreCase": false
}
],
"go.testFlags": ["-count=1"],
"github-actions.workflows.pinned.workflows": [".github/workflows/ci-main.yml"]
"go.testFlags": [
"-count=1"
],
"github-actions.workflows.pinned.workflows": [
".github/workflows/ci-main.yml"
]
}