mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-10 11:11:25 +00:00
ci: replace corepack yarn
command with yarn
command
This commit is contained in:
parent
f809e162fa
commit
0b8e9db81d
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -22,5 +22,5 @@ jobs:
|
||||
|
||||
- name: Build Package
|
||||
run: |
|
||||
corepack yarn build
|
||||
yarn build
|
||||
git diff --exit-code HEAD
|
||||
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -22,11 +22,11 @@ jobs:
|
||||
|
||||
- name: Check Format
|
||||
run: |
|
||||
corepack yarn format
|
||||
yarn format
|
||||
git diff --exit-code HEAD
|
||||
|
||||
- name: Check Lint
|
||||
run: corepack yarn lint
|
||||
run: yarn lint
|
||||
|
||||
test-action:
|
||||
name: Test Action
|
||||
|
Loading…
Reference in New Issue
Block a user