Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Swapnil Tripathi <[email protected]>
  • Loading branch information
swaptr committed Aug 14, 2024
1 parent c6f4d70 commit 4f1ccec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
node-version: '20'

- name: Install Dependencies
run: npm install
run: yarn install
working-directory: src/frontend

- name: Format Frontend
run: npm run format
run: yarn format
working-directory: src/frontend

- name: Post Formatting Check
run: git diff --exit-code
Expand Down Expand Up @@ -56,7 +58,7 @@ jobs:
- name: Format Backend
run: |
cd src/core
sh scripts/format.sh
black .
- name: Post Formatting Check
run: git diff --exit-code

0 comments on commit 4f1ccec

Please sign in to comment.