Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
invertedEcho committed Jun 30, 2024
1 parent 845a52c commit a4b6457
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
version: 8

- name: Install deps
run: pnpm i
working-directory: ./frontend

- name: Check Format
run: pnpm format:check
working-directory: ./frontend
Expand Down

0 comments on commit a4b6457

Please sign in to comment.