Skip to content

Feat/api 버전 넘버링 적용 #12

Feat/api 버전 넘버링 적용

Feat/api 버전 넘버링 적용 #12

Workflow file for this run

name: pinit-auth CI
on:
pull_request:
permissions:
contents: read
jobs:
build-test:
runs-on: [ arc-runner-set ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "21"
cache: gradle
- name: Build & Test
run: ./gradlew clean test build