Skip to content

Commit 8befca1

Browse files
author
xiaoqunLiu
committed
format
1 parent 7d17c07 commit 8befca1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/github-actions.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ on:
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v3
10-
- name: Set up JDK 11
11-
uses: actions/setup-java@v3
12-
with:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v3
11+
- name: Set up JDK 11
12+
uses: actions/setup-java@v3
13+
with:
1314
java-version: '11'
1415
distribution: 'temurin'
1516
cache: maven
16-
- name: Build with Maven
17-
run: mvn -B -DskipTests package --file pom.xml
17+
- name: Build with Maven
18+
run: mvn -B -DskipTests package --file pom.xml

0 commit comments

Comments
 (0)