diff --git a/.github/workflows/ci-android.yml b/.github/workflows/ci-android.yml index 43a79fd..0793083 100644 --- a/.github/workflows/ci-android.yml +++ b/.github/workflows/ci-android.yml @@ -16,4 +16,4 @@ jobs: - name: "detekt" uses: natiginfo/action-detekt-all@1.23.6 with: - args: --fail-fast --config config/detekt/detekt.yml + args: --config config/detekt/detekt.yml