jobs:
build:
strategy:
+ fail-fast: false
matrix:
java: [ '11', '17' ]
maven: [ '3.8.4']
maven-version: ${{ matrix.maven }}
- name: Register Problem Matchers
+ if: ${{ matrix.java == '11' }}
id: problem_matchers
run: |
echo "::add-matcher::.github/openhab-compile-problems.json"
- name: Get Changed Files
+ if: github.head_ref != ''
id: files
uses: Ana06/get-changed-files@v2.0.0
with:
path: target/summary_report.html
- name: Report SAT Errors as Annotations
+ if: ${{ matrix.java == '11' && always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
uses: ghys/checkstyle-github-action@main
- if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
with:
title: CheckStyle Violations
path: '**/checkstyle-result.xml'
<img align="right" width="220" src="./logo.png" />
-[](https://ci.openhab.org/job/openHAB-Addons/)
+[](https://github.com/openhab/openhab-addons/actions/workflows/ci-build.yml)
+[](https://ci.openhab.org/job/openHAB-Addons/)
[](https://opensource.org/licenses/EPL-2.0)
[](https://crowdin.com/project/openhab-addons)
[](https://www.bountysource.com/teams/openhab/issues?tracker_ids=2164344)