#722 provide JSON schemas for Maven and CLI configuration #748
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CI | |
on: | |
push: | |
branches: | |
- master | |
tags-ignore: | |
- "*" | |
pull_request: | |
branches: | |
- master | |
workflow_dispatch: {} | |
concurrency: | |
group: build-java-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/ci.yml@main | |
with: | |
publish_snapshots: true | |
java_test_versions: '[11,17,21]' | |
pages: "./manual/target/generated-docs/" | |
secrets: | |
ossrh_username: ${{ secrets.OSSRH_USERNAME }} | |
ossrh_password: ${{ secrets.OSSRH_PASSWORD }} | |
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }} | |
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }} | |
sonar_token: ${{ secrets.SONAR_TOKEN }} |