Skip to content

Commit

Permalink
🐛 Fix(CI/CD): change ci.yml to work properly with current repo struct…
Browse files Browse the repository at this point in the history
…ure.
  • Loading branch information
INeedJobToStartWork committed Jan 24, 2024
1 parent abba056 commit eeb1015
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ jobs:
uses: pnpm/[email protected]
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Lint
run: pnpm lint
- name: Format
run: pnpm format
- name: Lint-staging every workspaces
run: pnpm pre:husky

0 comments on commit eeb1015

Please sign in to comment.