mirror of
https://github.com/izzy2lost/aab2apk.git
synced 2026-06-19 01:20:08 -07:00
Create kotlin_lint.yml
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: kotlin_lint
|
||||
|
||||
on:
|
||||
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"
|
||||
Reference in New Issue
Block a user