Skip to content

Added Custom Query

Added Custom Query #4

Workflow file for this run

name: Detekt
on:
pull_request:
jobs:
detekt:
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v3
# https://github.com/marketplace/actions/run-detekt-with-reviewdog
- name: Run detekt with reviewdog
uses: alaegin/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
detekt_config: config/detekt/detekt.yml
reporter: github-pr-review
fail_on_error: false