Skip to content

Commit

Permalink
ci(test): remove "Check Yarn Version" step in check-package job (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored Jan 20, 2024
1 parent feea16f commit 9df5d2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
- name: Install Dependencies
uses: threeal/yarn-install-action@v1.0.0

- name: Check Yarn Version
run: |
corepack yarn set version stable
git diff --exit-code HEAD
- name: Check Format
run: |
corepack yarn format
Expand Down

0 comments on commit 9df5d2a

Please sign in to comment.