ci(test): remove "Check Yarn Version" step in check-package job

This commit is contained in:
Alfi Maulana 2024-01-31 19:00:52 +07:00
parent 27388e46f3
commit 11afd73569
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -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