Skip to content

feat : 게시판 기능 구현 #309

feat : 게시판 기능 구현

feat : 게시판 기능 구현 #309

Workflow file for this run

name: Ktlint check
on: [pull_request]
jobs:
ktlint:
name: Check Code Quality
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@main
with:
fetch-depth: 1
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
android: false
fail_on_error: true
level: warning
ktlint_version: 0.38.0