mirror of
https://github.com/izzy2lost/aab2apk.git
synced 2026-06-19 01:20:08 -07:00
20 lines
332 B
YAML
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" |