Skip to content

Commit

Permalink
feat(workflow/lint-check): enable corepack in lint-check
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Aug 15, 2024
1 parent 4dcb817 commit d0a88ca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Enable corepack
run: corepack enable
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -39,10 +41,6 @@ jobs:
uses: tj-actions/eslint-changed-files@v25
with:
path: "./packages/client"
file_extensions: |
**/*.ts
**/*.svelte
**/*.js
**/*.json
file_extensions: "**/*.{ts, svelte}"
- name: Run svelte-check
run: pnpm -r check

0 comments on commit d0a88ca

Please sign in to comment.