Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Nov 13, 2023
1 parent 4608a73 commit 8ae8cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile

- name: 👀 Lint
run: pnpm lint

- name: 🚀 Build
run: pnpm build

- name: 👀 Lint
run: pnpm lint

# - name: 🧪 Test
# run: pnpm test
# env:
Expand Down

0 comments on commit 8ae8cc1

Please sign in to comment.