Skip to content

Remove testing linter error now that pipeline is tested #5

Remove testing linter error now that pipeline is tested

Remove testing linter error now that pipeline is tested #5

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/action-detekt-all@1.23.6
with:
args: --config "config/detekt.yml" --excludes "**/*Test/**,**/*.kts"