Skip to content

Commit

Permalink
Add detekt for kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jul 6, 2023
1 parent c747f54 commit e314390
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/kotlin-detekt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Kotlin - Detekt

on:
pull_request:
paths:
- "**/*.kt"
- ".github/workflows/kotlin-detekt.yaml"

jobs:
detekt:
runs-on: ubuntu-latest

steps:
- name: "checkout"
uses: actions/checkout@v2

- name: "detekt"
uses: natiginfo/[email protected]

0 comments on commit e314390

Please sign in to comment.