Skip to content

Commit

Permalink
Add static analysis workflow with ktlint job
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Aug 1, 2023
1 parent bdc96d5 commit 42da502
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/staticAnalysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Static analysis
on: push
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- run: .scripts/check_ktlint.sh

0 comments on commit 42da502

Please sign in to comment.