Skip to content

Commit

Permalink
Disable GHA checkout logspew.
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed May 14, 2024
1 parent 5f05329 commit 0145d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
show-progress: false

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 0145d5f

Please sign in to comment.