Skip to content

Create scan_deps.yml #38

Create scan_deps.yml

Create scan_deps.yml #38

Workflow file for this run

name: ktlint-check
on: [ push ]
jobs:
ktlint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
./gradlew ktlintCheck