Skip to content

Commit

Permalink
added docs lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
fomalhautb committed Jun 14, 2024
1 parent 348dc18 commit 8231b8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ jobs:
run: pnpm build
- name: Lint
run: pnpm lint
- name: Check if docs is generated
run: |
pnpm generate-docs
git diff --exit-code

0 comments on commit 8231b8b

Please sign in to comment.