Skip to content

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

feat(sdk): add CD to kotlin SDK

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

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/action-detekt-all@1.23.6
with:
args: --config detekt.yaml --build-upon-default-config