Skip to content

Update '과제 2' section in README.md #1

Update '과제 2' section in README.md

Update '과제 2' section in README.md #1

Workflow file for this run

name: ktlint-check
on:
pull_request:
branches: [ "main" ]
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run ktlintCheck
run: ./gradlew ktlintCheck