Skip to content

setup detekt plugin support #1

setup detekt plugin support

setup detekt plugin support #1

Workflow file for this run

name: detekt
on:
pull_request:
types: [opened]
push:
branches: [*]

Check failure on line 6 in .github/workflows/detekt.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/detekt.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- uses: gradle/actions/setup-gradle@v4
- name: Runs a detekt analysis and complexity report
run: ./gradlew detekt