Create kotlin_lint.yml

This commit is contained in:
Bitmap
2024-03-09 23:35:24 +05:30
parent 3bfdc06b6a
commit cd2c737785
+18
View File
@@ -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"