Skip to content

Merge pull request #51 from fayaz07/dev #37

Merge pull request #51 from fayaz07/dev

Merge pull request #51 from fayaz07/dev #37

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