Skip to content

Commit

Permalink
ci: don't show progress
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 5, 2023
1 parent 67dca97 commit 9889a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: ⬇️ Set up code
uses: actions/checkout@v4
with:
show-progress: false

- name: ⎔ Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9889a13

Please sign in to comment.