Skip to content

Commit 477aaf8

Browse files
committed
formatting ci yaml
1 parent f2d398d commit 477aaf8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
# This workflow will build a Java project with Maven
21
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3-
42
name: Java CI with Maven
5-
63
on:
74
push:
85
branches: [ master ]
96
pull_request:
107
branches: [ master ]
11-
128
jobs:
139
build:
14-
1510
runs-on: ubuntu-latest
1611
strategy:
1712
matrix:
1813
java: [8, 11]
19-
2014
steps:
2115
- uses: actions/checkout@v2
2216
- name: Set up JDK

0 commit comments

Comments
 (0)