Skip to content

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

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

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

Workflow file for this run

name: Call Checkstyle
on:
pull_request:
branches: ["master", "develop"]
paths:
- '**/*.java'
jobs:
style-check:
uses: PSMRI/.github/.github/workflows/checkstyle.yml@main
with:
java-version: '17'