File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
timeout_minutes : 5
28
28
max_attempts : 3
29
29
retry_on : error
30
- command : git clone --branch OpenHarmony-v4.1-Beta1 https://gitee.com/openharmony/${{ matrix.project }}.git
30
+ command : git clone https://gitee.com/openharmony/${{ matrix.project }}.git
31
31
32
32
- name : Cache Cargo dependencies and binaries
33
33
uses : actions/cache@v4
57
57
continue-on-error : true
58
58
run : |
59
59
for i in {1..5}; do
60
- cargo dylint --all --workspace --fix -- --allow-dirty --allow-no-vcs --broken-code --lib
60
+ cargo dylint --all --workspace --fix -- --allow-dirty --allow-no-vcs --broken-code --lib --bins
61
61
done
62
62
63
63
- name : cargo check
Original file line number Diff line number Diff line change 8
8
echo " ### FILE OUTPUT ###"
9
9
echo
10
10
11
- dylint_output=$( cargo dylint --workspace --all -- --exclude tests --exclude benches 2>&1 )
11
+ dylint_output=$( cargo dylint --workspace --all -- --lib --bins 2>&1 )
12
12
13
13
echo " $dylint_output "
14
14
echo
You can’t perform that action at this time.
0 commit comments