Skip to content

validate all crs definitions can be read, attempt to validate the ide… #291

validate all crs definitions can be read, attempt to validate the ide…

validate all crs definitions can be read, attempt to validate the ide… #291

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
- name: Build
run: mvn clean package -DskipTests