Skip to content

Commit fcb42dc

Browse files
committed
style(walkthrough.json): apply oxfmt formatting (CI was failing)
1 parent 349b938 commit fcb42dc

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

walkthrough.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,7 @@
4949
"id": 4,
5050
"title": "Validation, Errors & Results",
5151
"objective": "Shape + format validation, the Result<T,E> functional error pattern (Ok/Err/ResultUtils), typed errors (PurlError, PurlInjectionError), and per-ecosystem rule plumbing.",
52-
"keywords": [
53-
"validate",
54-
"result",
55-
"error",
56-
"ok",
57-
"err",
58-
"purl-type"
59-
],
52+
"keywords": ["validate", "result", "error", "ok", "err", "purl-type"],
6053
"files": [
6154
"src/validate.ts",
6255
"src/result.ts",
@@ -68,13 +61,7 @@
6861
"id": 5,
6962
"title": "URL ↔ PURL Conversion",
7063
"objective": "Convert between repository/download URLs and PURLs — ~25 ecosystem URL parsers, toDownloadUrl, toRepositoryUrl, getAllUrls.",
71-
"keywords": [
72-
"url-converter",
73-
"url",
74-
"repository",
75-
"download",
76-
"vcs"
77-
],
64+
"keywords": ["url-converter", "url", "repository", "download", "vcs"],
7865
"files": ["src/url-converter.ts"]
7966
},
8067
{

0 commit comments

Comments
 (0)