Skip to content

Commit

Permalink
feat: update code-check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed Apr 13, 2024
1 parent 153ed1c commit 6e73cc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:

- run: cp .env.example .env.local

- run: pnpm contentlayer build

- run: pnpm lint

format:
Expand Down Expand Up @@ -83,6 +85,8 @@ jobs:

- run: cp .env.example .env.local

- run: pnpm contentlayer build

- run: pnpm format:check

tsc:
Expand Down Expand Up @@ -121,4 +125,6 @@ jobs:

- run: cp .env.example .env.local

- run: pnpm contentlayer build

- run: pnpm typecheck

0 comments on commit 6e73cc2

Please sign in to comment.