Skip to content

Commit

Permalink
[ERP-2764] Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppettitau committed Feb 14, 2025
1 parent 1460f0e commit 571a4c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,10 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
checks:
needs: install
steps:
- name: Linting
run: pnpm lint
- name: Formatting
run: pnpm fmt:check
build:
needs: install
steps:
- name: Build modules
run: pnpm build
- name: Run tests
Expand Down

0 comments on commit 571a4c0

Please sign in to comment.