Skip to content

⬆️ Update gradle/gradle-build-action action to v3 #477

⬆️ Update gradle/gradle-build-action action to v3

⬆️ Update gradle/gradle-build-action action to v3 #477

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 }}