Skip to content

Update dependency com.vanniktech.maven.publish to v0.37.0 #423

Update dependency com.vanniktech.maven.publish to v0.37.0

Update dependency com.vanniktech.maven.publish to v0.37.0 #423

Workflow file for this run

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