Skip to content

Commit d726c87

Browse files
committed
Update gradle command to use ls -q1 instead of ls -1
Signed-off-by: James Bradlee <[email protected]>
1 parent 793bec6 commit d726c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-assurance.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
path=${{ runner.temp }}/gradle
1919
wget -O ${{ runner.temp }}/gradle.zip $distributionUrl
2020
unzip ${{ runner.temp }}/gradle.zip -d $path
21-
ls -1 $path
21+
ls -q1 $path
2222

0 commit comments

Comments
 (0)