Skip to content

BAH-4033 | Refactor. Throw validation exception when a concept cannot be matched for a given task_type #131

BAH-4033 | Refactor. Throw validation exception when a concept cannot be matched for a given task_type

BAH-4033 | Refactor. Throw validation exception when a concept cannot be matched for a given task_type #131

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: |
./mvnw --no-transfer-progress clean -U install