Skip to content

⬆️ Update plugin org.jetbrains.kotlin.jvm to v2 #578

⬆️ Update plugin org.jetbrains.kotlin.jvm to v2

⬆️ Update plugin org.jetbrains.kotlin.jvm to v2 #578

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
detekt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: vaniland-mc/actions/detekt@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
report-xml-path: build/reports/detekt/merge.xml
report-sarif-path: build/reports/detekt/merge.sarif
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build
with:
github-token: ${{ secrets.GITHUB_TOKEN }}