Skip to content

Commit

Permalink
Fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hopperelec committed Jul 7, 2024
1 parent 955e8a7 commit 8b3230d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v4
with:
version: 9
run: pnpm install
- run: pnpm install
- run: pnpm run format-check:prisma-prettier
stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v4
with:
version: 9
run: pnpm install
- run: pnpm install
- run: pnpm run stylelint

0 comments on commit 8b3230d

Please sign in to comment.