Skip to content

[CI skip] Merge pull request #32 from TheBusyBiscuit/renovate/actions… #62

[CI skip] Merge pull request #32 from TheBusyBiscuit/renovate/actions…

[CI skip] Merge pull request #32 from TheBusyBiscuit/renovate/actions… #62

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
uses: actions/[email protected]
with:
java-version: 8
distribution: 'adopt'
- name: Build with Maven
run: mvn package --file pom.xml