Skip to content

[codex] Fix chat scroll to bottom #378

[codex] Fix chat scroll to bottom

[codex] Fix chat scroll to bottom #378

Workflow file for this run

name: Kotlin Lint Check
on:
pull_request:
branches:
- "main"
paths-ignore:
- ".gitignore"
- "**.md"
- "LICENSE"
- ".idea/**"
- ".github/**"
- ".editorconfig"
- "images/**"
- "metadata/**"
jobs:
ktlint:
name: Check Kotlin Code Format
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v6
- name: Run ktlint
uses: ScaCap/action-ktlint@master
with:
ktlint_version: 1.3.1
filter_mode: nofilter
github_token: ${{ secrets.github_token }}
reporter: github-check