We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae58eb commit 3ff8822Copy full SHA for 3ff8822
1 file changed
.github/workflows/synopsys-sigma-code-analysis.yml
@@ -5,20 +5,20 @@ name: Java CI with Maven
5
6
on:
7
push:
8
- branches: [ master ]
+ branches: [ master ]
9
pull_request:
10
11
12
jobs:
13
build:
14
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
16
17
- steps:
18
- - uses: actions/checkout@v2
19
- - name: Set up JDK 1.8
20
- uses: actions/setup-java@v1
21
- with:
22
- java-version: 1.8
23
- - name: Build with Maven
24
- run: mvn -B package --file pom.xml
+ steps:
+ - uses: actions/checkout@v2
+ - name: Set up JDK 1.8
+ uses: actions/setup-java@v1
+ with:
+ java-version: 1.8
+ - name: Build with Maven
+ run: mvn -B package --file pom.xml
0 commit comments