Skip to content

chore: update kotlin and gradle versions #191

chore: update kotlin and gradle versions

chore: update kotlin and gradle versions #191

Workflow file for this run

name: Lint
on:
push:
branches: [ main, release/** ]
pull_request:
branches: [ main, release/** ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ktlint with Gradle
run: ./gradlew ktlintCheck