Skip to content

[FO-904] (모집) 나이 시작, 끝 값 개선 #429

[FO-904] (모집) 나이 시작, 끝 값 개선

[FO-904] (모집) 나이 시작, 끝 값 개선 #429

Workflow file for this run

name: Ktlint
on: pull_request
jobs:
build-and-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Grant Execute Permission For Gradlew
run: chmod +x gradlew
- name: Ktlint & Detekt Check
run: ./gradlew check -x test