Skip to content

Commit

Permalink
Use right yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
realshaunoneill committed Mar 19, 2024
1 parent a3d1acd commit b6efae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/composite-actions/install

- name: Run ESLint check
run: pnpm eslint-check
run: yarn eslint-check

prettier:
name: 'Prettier'
Expand All @@ -33,4 +33,4 @@ jobs:
uses: actions/setup-node@v2

- name: Run Prettier check
run: pnpm prettier-check
run: yarn prettier-check

0 comments on commit b6efae3

Please sign in to comment.