Skip to content

Merge pull request #4 from Taewan-P/feat/delete-chat #78

Merge pull request #4 from Taewan-P/feat/delete-chat

Merge pull request #4 from Taewan-P/feat/delete-chat #78

Workflow file for this run

name: Kotlin Lint Check
on:
push:
paths-ignore:
- ".gitignore"
- "**.md"
- "LICENSE"
- ".idea/**"
- ".github/**"
- "images/**"
jobs:
ktlint:
name: Check Kotlin Code Format
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Run ktlint
uses: ScaCap/action-ktlint@master
with:
filter_mode: file
github_token: ${{ secrets.github_token }}
reporter: github-check