Patrick Sudhaus
Results
1
issues of
Patrick Sudhaus
Hello all, We use the detekt GitHub action as follows (shortend to relevant parts only): ``` jobs: detekt: name: run detekt analysis runs-on: ubuntu-latest steps: - name: Checkout Code uses:...