Skip to content

Commit

Permalink
ci: use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Feb 12, 2024
1 parent 12ba4d2 commit 79daf78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: lint
on:
push:
pull_request:
Expand All @@ -9,5 +9,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: corepack enable
- run: pnpm install
- run: pnpm lint
- run: yarn
- run: yarn lint

0 comments on commit 79daf78

Please sign in to comment.