Skip to content

Commit

Permalink
Merge branch 'master' of github.com:41north/gradle-intellij-run-gener…
Browse files Browse the repository at this point in the history
…ator-plugin
  • Loading branch information
aldoborrero committed Aug 5, 2020
2 parents d321433 + 39bc8a1 commit 5e31423
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Check source with KtLint
run: ./gradlew ktlintCheck
- name: Execute tests
run: ./gradlew test
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">✨ Gradle Intellij Run Generator Plugin ✨</h1>

<p align="center">
<a href="https://github.com/41north/gradle-intellij-run-generator-plugin/workflows/KtLint/badge.svg">
<img alt="KtLint" height="20px" src="https://github.com/41north/gradle-intellij-run-generator-plugin/workflows/KtLint/badge.svg" />
<a href="https://github.com/41north/gradle-intellij-run-generator-plugin/workflows/build/badge.svg">
<img alt="KtLint" height="20px" src="https://github.com/41north/gradle-intellij-run-generator-plugin/workflows/build/badge.svg" />
</a>
<a href="https://github.com/41north/gradle-intellij-run-generator-plugin?style=flat-square">
<img alt="Gradle Plugin License" height="20px" src="https://img.shields.io/github/license/41north/gradle-intellij-run-generator-plugin?style=flat-square" />
Expand Down

0 comments on commit 5e31423

Please sign in to comment.