Skip to content

Bump org.asciidoctor:asciidoctorj from 3.0.0 to 3.0.1 #1567

Bump org.asciidoctor:asciidoctorj from 3.0.0 to 3.0.1

Bump org.asciidoctor:asciidoctorj from 3.0.0 to 3.0.1 #1567

Workflow file for this run

name: Pull Requests
on:
pull_request:
paths-ignore:
- '.github/**'
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
with:
java: 17
Build:
needs:
- CodeAudits
uses: evanchooly/workflows/.github/workflows/pull-request.yml@master
with:
java: 17