Skip to content

Merge remote-tracking branch 'origin/feat/auth' into feat/auth #33

Merge remote-tracking branch 'origin/feat/auth' into feat/auth

Merge remote-tracking branch 'origin/feat/auth' into feat/auth #33

#
#name: Java CI with Maven
#
#on:
# pull_request:
# branches: [ "main" ]
#
#jobs:
# build:
#
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/checkout@v4
# - name: Set up JDK 21
# uses: actions/setup-java@v4
# with:
# java-version: '21'
# distribution: 'temurin'
# cache: maven
# - name: Build with Maven
# run: mvn clean install
#