Skip to content

Bump org.openapitools:openapi-generator from 7.8.0 to 7.9.0 #212

Bump org.openapitools:openapi-generator from 7.8.0 to 7.9.0

Bump org.openapitools:openapi-generator from 7.8.0 to 7.9.0 #212

Workflow file for this run

name: PullRequest
on: pull_request
jobs:
yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3
with:
format: colored
strict: true
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: avto-dev/markdown-lint@v1
with:
args: /github/workspace
build:
runs-on: ubuntu-latest
env:
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress -Dmaven.test.redirectTestOutputToFile=false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: maven
- run: mvn $MAVEN_ARGS dependency:go-offline
- run: mvn $MAVEN_ARGS verify
- run: mvn $MAVEN_ARGS site
- run: .github/workflows/git-check.sh
- uses: actions/upload-artifact@v4
if: always()
with:
path: target/site