Skip to content

Commit

Permalink
can't rtace with yarn, so try npx
Browse files Browse the repository at this point in the history
Change-Id: I397f866cbb14559e95f9beb5b880567c21db063d
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Sep 21, 2023
1 parent 0af75c6 commit 0aa2f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build chectl
run: yarn
- name: Build README.md
run: yarn oclif readme --trace-warnings
run: npx --trace-warnings oclif readme
- name: Check README.md state
run: |
IFS=$'\n' read -d '' -r -a FILES_CHANGED_ARRAY < <( git ls-files -m ) || true
Expand Down

0 comments on commit 0aa2f49

Please sign in to comment.