Skip to content

Commit

Permalink
gh-action: static analysis for kotlin with detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a authored Jan 14, 2024
1 parent f4caf67 commit ec6cf66
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/sa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Kt Static Analyser

on:
push:
branches: [ main ]

jobs:
detekt:
runs-on: ubuntu-latest

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

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

0 comments on commit ec6cf66

Please sign in to comment.