Skip to content

소나큐브 Maintainability 이슈 수정 #30

소나큐브 Maintainability 이슈 수정

소나큐브 Maintainability 이슈 수정 #30

Workflow file for this run

name: pr-build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
pr-build:
runs-on : ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dorny/paths-filter@v2
id: changes
with:
token: ${{ secrets.TOKEN }}
filters: |
application:
- 'build.gradle.kts'
- '**/src/**'
- '**/build.gradle.kts'
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 21
cache: 'gradle'
- name: build
run: |
./gradlew build --parallel