Skip to content

fix: android build error (#26) #22

fix: android build error (#26)

fix: android build error (#26) #22

name: 📱 Validate Android
on:
push:
branches:
- main
paths:
- ".github/workflows/verify-android.yml"
- "android/**"
pull_request:
branches:
- main
paths:
- ".github/workflows/verify-android.yml"
- "android/**"
jobs:
ktlint:
runs-on: ubuntu-latest
name: 🔎 Kotlin Lint
steps:
- uses: actions/checkout@v4
- uses: touchlab-lab/[email protected]
with:
ktlint_version: 1.3.1
- run: ktlint "android/src/**/*.kt"