We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80cf8e commit 0879faaCopy full SHA for 0879faa
4 files changed
.github/workflows/ci.yml
@@ -32,5 +32,8 @@ jobs:
32
- name: Lint
33
run: yarn lint
34
35
+ - name: Check format
36
+ run: yarn format:check
37
+
38
- name: Build
- run: yarn docs:build
39
+ run: vitepress build docs
.github/workflows/deploy.yml
@@ -42,8 +42,11 @@ jobs:
42
43
44
45
46
47
48
49
50
51
- name: Setup Pages
52
uses: actions/configure-pages@v5
docs/api-examples.md
docs/markdown-examples.md
0 commit comments