Skip to content

405 merge repositories into jqassistant #19

405 merge repositories into jqassistant

405 merge repositories into jqassistant #19

Workflow file for this run

---
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:
java-version: [17, 21]

Check failure on line 23 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 23, Col: 21): A sequence was not expected
publish_snapshots: true
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 }}