Skip to content

build(deps): bump io.freefair.maven-central.validate-poms #6801

build(deps): bump io.freefair.maven-central.validate-poms

build(deps): bump io.freefair.maven-central.validate-poms #6801

Workflow file for this run

name: javadoc
on:
push:
branches-ignore:
- "translations_*"
pull_request:
jobs:
gatekeeper:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && startsWith(github.head_ref, 'translations_') == false || github.event_name == 'push'
steps:
- run: echo 'Open the Golden Gate'
build:
needs: gatekeeper
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: Check javadoc build
run: ./gradlew javadoc --stacktrace