Skip to content

Commit

Permalink
remove turbo lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SkidGod4444 committed Nov 6, 2024
1 parent b389809 commit 0c1459f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ jobs:
with:
node-version: '21.7.1'

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
run: pnpm install

# - name: Run tests
# run: pnpm test

0 comments on commit 0c1459f

Please sign in to comment.