Skip to content

feat(sdk): add CD to kotlin SDK #62

feat(sdk): add CD to kotlin SDK

feat(sdk): add CD to kotlin SDK #62

Workflow file for this run

name: Lints
on:
pull_request:
jobs:
detekt:
runs-on: ubuntu-22.04
steps:
- name: "checkout"
uses: actions/checkout@v4
- name: "detekt"
uses: natiginfo/[email protected]
with:
args: --config detekt.yaml --build-upon-default-config