Skip to content

Do not add an excessive space in the pre tag commit message if no pre commit text is set #21

Do not add an excessive space in the pre tag commit message if no pre commit text is set

Do not add an excessive space in the pre tag commit message if no pre commit text is set #21

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt
architecture: x64
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Build with Gradle
uses: gradle/[email protected]
with:
arguments: check