Skip to content

BAH-2962 | Added token generation script and added token validator #20

BAH-2962 | Added token generation script and added token validator

BAH-2962 | Added token generation script and added token validator #20

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup java
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'corretto'
- name: Build and unit tests
run: ./gradlew clean test