Skip to content

gitlab: Fix Gitlab parsing error by changing ids to Long #474

gitlab: Fix Gitlab parsing error by changing ids to Long

gitlab: Fix Gitlab parsing error by changing ids to Long #474

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: danger/kotlin@master
with:
args: "--id DangerKotlinAction"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}