Skip to content

Commit 9c62938

Browse files
committed
Formatting
1 parent 63adc9a commit 9c62938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
13-
1412
steps:
1513
- uses: actions/checkout@v4
14+
1615
- name: Set up JDK 17
1716
uses: actions/setup-java@v4
1817
with:
1918
java-version: '17'
2019
distribution: 'temurin'
2120
cache: maven
21+
2222
- name: Build with Maven
2323
run: mvn -B package --file pom.xml
2424

25-
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
25+
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
2626
- name: Update dependency graph
2727
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 commit comments

Comments
 (0)