Skip to content

Restrict detekt analysis to source files only #2

Restrict detekt analysis to source files only

Restrict detekt analysis to source files only #2

Workflow file for this run

name: detekt
on:
push
jobs:
detekt:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v2
- name: "detekt"
uses: natiginfo/[email protected]
with:
args: --config "config/detekt.yml" --includes "**/src/**/kotlin"