Initial formatting
This commit is contained in:
+4
-8
@@ -1,21 +1,17 @@
|
||||
name: Java CI
|
||||
|
||||
on: [push]
|
||||
|
||||
name: Ant
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
version: 1.8
|
||||
|
||||
- name: Build with Ant
|
||||
working-directory: ''
|
||||
run: ant -noinput -buildfile build.xml
|
||||
|
||||
Reference in New Issue
Block a user