Files
aab2apk/.github/workflows/kotlin_lint.yml
Bitmap cd82d882ff Added Test Cases for CommandExecutor
Updated kotlin_lint.yml
Fixed Lint Errors
2024-03-10 19:42:35 +05:30

20 lines
332 B
YAML

name: kotlin_lint
on:
push:
branches-ignore:
- "*"
pull_request:
paths:
- "**/*.kt"
- ".github/workflows/kotlin_lint.yml"
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v2
- name: "ktlint"
uses: "vroy/gha-kotlin-linter@v1"