Skip to content

Update kotlin monorepo to v2.4.10 #204

Update kotlin monorepo to v2.4.10

Update kotlin monorepo to v2.4.10 #204

Workflow file for this run

name: Danger Action
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: "Run Danger"
steps:
- uses: actions/checkout@v4
- name: Danger
uses: r0adkll/danger-kotlin@main
with:
args: "--id DangerKotlinAction"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}