Skip to content

fix: ensure jwt is not in deny list before further authentication #154

fix: ensure jwt is not in deny list before further authentication

fix: ensure jwt is not in deny list before further authentication #154

name: Build On Pull Request
on:
pull_request:
branches: [ "master","develop" ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
- name: Build with Maven
run: mvn clean install