Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 1, 2024
1 parent 0b24522 commit 55202df
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
node-version: 18

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Get pnpm store directory
shell: bash
Expand All @@ -35,11 +35,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Lint
run: pnpm lint

Expand Down

0 comments on commit 55202df

Please sign in to comment.