Skip to content

Commit

Permalink
Don't show progress for checkout actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Feb 13, 2024
1 parent 3c83cf8 commit 169a377
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
show-progress: false
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
Expand Down
2 changes: 2 additions & 0 deletions build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ runs:
uses: actions/checkout@v4
with:
submodules: true
show-progress: false
- name: Checkout tools repo
uses: actions/checkout@v4
with:
show-progress: false
repository: adafruit/actions-ci-circuitpython-libs
path: actions-ci
- name: Install dependencies
Expand Down
2 changes: 2 additions & 0 deletions release-gh/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ runs:
uses: actions/checkout@v4
with:
submodules: true
show-progress: false
- name: Checkout tools repo
uses: actions/checkout@v4
with:
show-progress: false
repository: adafruit/actions-ci-circuitpython-libs
path: actions-ci
- name: Install deps
Expand Down
2 changes: 2 additions & 0 deletions release-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ runs:
using: "composite"
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: Check For pyproject.toml
id: need-pypi
shell: bash
Expand Down

0 comments on commit 169a377

Please sign in to comment.