Skip to content

Wrap common ui background with Surface #568

Wrap common ui background with Surface

Wrap common ui background with Surface #568

Workflow file for this run

name: Ktlint
on:
pull_request:
workflow_dispatch:
jobs:
ktlint:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'
- name: 🐶 Run Ktlint and Report with Review Dog
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review