Skip to content

Commit c94dc58

Browse files
authored
Merge pull request #154 from influxdata/crepererum/schemastore-url
chore: fix json schema URL
2 parents 22f8766 + c6d01c8 commit c94dc58

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tombi.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
[files]
22
exclude = [".jj/**/*.toml", "target/**/*.toml"]
3+
4+
[schema]
5+
catalog = {
6+
paths = [
7+
"https://www.schemastore.org/api/json/catalog.json",
8+
],
9+
}

0 commit comments

Comments
 (0)