Skip to content

Commit

Permalink
add test build new document
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Dec 9, 2024
1 parent 791c5d2 commit abab1fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint_on_push_or_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ jobs:
run: pnpm run lint
- name: Run Prettier
run: pnpm run format
- name: Build documentation and Next.js app
run: pnpm run build
working-directory: apps/next

0 comments on commit abab1fc

Please sign in to comment.