Skip to content

Commit

Permalink
remove not needed steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Nov 26, 2023
1 parent ca9b204 commit 27214fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
- name: 📥 Install Dependencies
run: pnpm install

- name: 📦 Build libs
run: pnpm build:ui

- name: 🔬 Lint
run: pnpm lint

Expand All @@ -86,9 +83,6 @@ jobs:
- name: 📥 Install Dependencies
run: pnpm install

- name: 📦 Build libs
run: pnpm build:ui

- name: 🔎 Type check
run: pnpm typecheck

Expand Down

0 comments on commit 27214fd

Please sign in to comment.