Skip to content

Update dependency io.gitlab.arturbosch.detekt to v1.23.7 #5174

Update dependency io.gitlab.arturbosch.detekt to v1.23.7

Update dependency io.gitlab.arturbosch.detekt to v1.23.7 #5174

Workflow file for this run

name: build-kotlin
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
build:
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@main
with:
allow-github-actor-bots: false
run_before_args: './gradlew assemble publishToMavenLocalTest'
gradle-args-publish-snapshot: '-P semver.tagPrefix=p'
gradle-args-publish-snapshot-tag-prefix-two: '-P semver.tagPrefix=c'
restore-kotlin-native-cache: false
secrets: inherit