Skip to content

Commit

Permalink
refactor: update ci workflow (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
derianrddev authored Feb 10, 2025
1 parent 3c70b79 commit f9c17d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run Biome
run: npx biome ci .
- name: Run Turbo Lint
run: npm run lint

- name: Build project
run: npm run build

0 comments on commit f9c17d9

Please sign in to comment.