Skip to content

Commit 0685b74

Browse files
authored
feat(doc): generate API documentation (#11)
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
1 parent 9ff0cc7 commit 0685b74

File tree

20 files changed

+3840
-523
lines changed

20 files changed

+3840
-523
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: npm ci
3131
- name: Check Format
3232
run: npm run format && git diff --exit-code
33+
- name: Check API Documentation
34+
run: npm run docs && git diff --exit-code
3335
- name: Lint
3436
run: npm run lint
3537
- name: Test

.prettierrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"tabWidth": 2
1212
}
1313
}
14-
]
14+
],
15+
"plugins": ["prettier-plugin-packagejson"]
1516
}

0 commit comments

Comments
 (0)