Skip to content

Bump org.asciidoctor.jvm.epub from 4.0.3 to 4.0.4 #110

Bump org.asciidoctor.jvm.epub from 4.0.3 to 4.0.4

Bump org.asciidoctor.jvm.epub from 4.0.3 to 4.0.4 #110

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
ci:
name: "${{ matrix.os.name}}"
runs-on: ${{ matrix.os.id }}
if: ${{ github.repository == 'ciscoo/gradle-java-template' }}
strategy:
matrix:
os:
- id: ubuntu-latest
name: Linux
- id: windows-latest
name: Windows
- id: macos-latest
name: macOS
steps:
- name: Prepare Windows runner
if: ${{ runner.os == 'Windows' }}
run: |
git config --global core.autocrlf true
git config --global core.longPaths true
Stop-Service -name Docker
- name: Check Out Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Gradle
uses: ./.github/actions/setup-gradle
- name: Check
shell: bash
run: ./gradlew check