Skip to content

Commit

Permalink
revert previous change and enable tracing
Browse files Browse the repository at this point in the history
Change-Id: I4ba148af65b0459be5538794276e4de8b6fd7018
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Sep 21, 2023
1 parent d836a37 commit 0af75c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 18.16.1
- name: Build chectl
run: yarn && yarn prepack && yarn pack-binaries --targets=linux-x64
run: yarn
- name: Run eslint
run: yarn lint
- name: Run unit tests
Expand All @@ -44,9 +44,9 @@ jobs:
with:
node-version: 18.16.1
- name: Build chectl
run: yarn && yarn prepack && yarn pack-binaries --targets=linux-x64
run: yarn
- name: Build README.md
run: yarn oclif readme
run: yarn oclif readme --trace-warnings
- 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 0af75c6

Please sign in to comment.