File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v4
19
19
with :
20
20
submodules : true
21
+ show-progress : false
21
22
- name : Install pre-commit
22
23
run : pip install pre-commit
23
24
- name : Run pre-commit
Original file line number Diff line number Diff line change 46
46
uses : actions/checkout@v4
47
47
with :
48
48
submodules : true
49
+ show-progress : false
49
50
- name : Checkout tools repo
50
51
uses : actions/checkout@v4
51
52
with :
53
+ show-progress : false
52
54
repository : adafruit/actions-ci-circuitpython-libs
53
55
path : actions-ci
54
56
- name : Install dependencies
Original file line number Diff line number Diff line change 52
52
uses : actions/checkout@v4
53
53
with :
54
54
submodules : true
55
+ show-progress : false
55
56
- name : Checkout tools repo
56
57
uses : actions/checkout@v4
57
58
with :
59
+ show-progress : false
58
60
repository : adafruit/actions-ci-circuitpython-libs
59
61
path : actions-ci
60
62
- name : Install deps
Original file line number Diff line number Diff line change 19
19
using : " composite"
20
20
steps :
21
21
- uses : actions/checkout@v4
22
+ with :
23
+ show-progress : false
22
24
- name : Check For pyproject.toml
23
25
id : need-pypi
24
26
shell : bash
You can’t perform that action at this time.
0 commit comments