Skip to content

Commit

Permalink
add build command to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Sep 20, 2023
1 parent d3225ca commit 39a0084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
npm install -g pnpm
pnpm install
- run: |
pnpm build
- name: Lint
run: pnpm lint

0 comments on commit 39a0084

Please sign in to comment.