Skip to content

Feat: add auth with oidc #17

Feat: add auth with oidc

Feat: add auth with oidc #17

Workflow file for this run

name: Build PR & check title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
- name: Build PE
run: mvn package --no-transfer-progress