Skip to content

Commit

Permalink
#3: Add GitHub actions configuration and Badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Dec 23, 2020
1 parent edae76d commit e534879
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: github

on: [push]

jobs:
build:
runs-on: ubuntu-latest
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 install --no-transfer-progress --file pom.xml
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![][reedelk-logo]][reedelk-url]

[![Build Status](https://github.com/codecentric/reedelk-runtime/workflows/github/badge.svg)](https://github.com/codecentric/reedelk-runtime/actions)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/reedelk/reedelk-runtime/blob/master/LICENSE)
[![Twitter](https://img.shields.io/twitter/follow/reedelk.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=reedelk)
# Reedelk Runtime Platform (Community Edition)
Expand Down

0 comments on commit e534879

Please sign in to comment.