Skip to content

Groovy to Kotlin DSL, detekt + ktlint #2

Groovy to Kotlin DSL, detekt + ktlint

Groovy to Kotlin DSL, detekt + ktlint #2

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Run Tests
run: ./gradlew check --stacktrace