Skip to content

Commit

Permalink
Moar emptiness
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Nov 21, 2020
1 parent 6059cf0 commit 15bb316
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/blank.yml

This file was deleted.

7 changes: 6 additions & 1 deletion workflow-templates/ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
name: Build & Test
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2

- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 8

- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven
run: mvn -B package --file pom.xml

2 changes: 2 additions & 0 deletions workflow-templates/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build documentation

on:
push:
branches: [ $default-branch ]

jobs:
javadoc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15bb316

Please sign in to comment.