Skip to content

Commit e73d018

Browse files
committed
chore(ci-build): format
1 parent 32d87fc commit e73d018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
# Use these Java versions
1312
java: [ 17, 19 ]
14-
# and run on both Linux and Windows
1513
os: [
1614
ubuntu-latest,
1715
windows-latest
@@ -33,9 +31,11 @@ jobs:
3331
- name: make gradle wrapper executable
3432
if: ${{ runner.os != 'Windows' && !startsWith(github.event.head_commit.message, '[ci skip]') }}
3533
run: chmod +x ./gradlew
34+
3635
- name: build
3736
if: ${{ !startsWith(github.event.head_commit.message, '[ci skip]') }}
3837
run: ./gradlew build
38+
3939
- name: collect artifacts to out folder
4040
if: ${{ !startsWith(github.event.head_commit.message, '[ci skip]') }}
4141
run: |

0 commit comments

Comments
 (0)