Skip to content

Commit

Permalink
Support GlazeWM (#3590)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
EmilyGraceSeville7cf and pre-commit-ci[bot] authored Feb 16, 2024
1 parent b6fa275 commit eb493bb
Show file tree
Hide file tree
Showing 3 changed files with 1,496 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5866,6 +5866,12 @@
"description": "GitLab Agent for Kubernetes configuration file",
"fileMatch": ["**/.gitlab/agents/*/config.yaml"],
"url": "https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/raw/master/pkg/agentcfg/agentcfg_schemas/ConfigurationFile.json"
},
{
"name": "GlazeWM settings",
"description": "GlazeWM settings",
"fileMatch": ["**/.glaze-wm/config.yaml"],
"url": "https://json.schemastore.org/glazewm.json"
}
]
}
3 changes: 2 additions & 1 deletion src/schema-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@
"starlake.json",
"swagger-2.0.json",
"vega.json",
"metaschema-draft-07-unofficial-strict.json"
"metaschema-draft-07-unofficial-strict.json",
"glazewm.json"
],
"fileMatchConflict": [
// Name conflicts must be avoided. Do not add additional items here
Expand Down
Loading

0 comments on commit eb493bb

Please sign in to comment.