Skip to content

Don't insert a line break when nothing is processed (#543) #491

Don't insert a line break when nothing is processed (#543)

Don't insert a line break when nothing is processed (#543) #491

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with gradle
run: ./gradlew check