From 8959cf7805e7adde10434a17980f1de47fe38ace Mon Sep 17 00:00:00 2001 From: Mohammed Hussain <56958445+hussainmohd-a@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:42:12 +0530 Subject: [PATCH] gh-action: fix static analyzer config --- .github/workflows/sa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sa.yml b/.github/workflows/sa.yml index 1277c3cc1..83752fdc2 100644 --- a/.github/workflows/sa.yml +++ b/.github/workflows/sa.yml @@ -16,5 +16,5 @@ jobs: uses: natiginfo/action-detekt-all@1.23.4 # from: https://github.com/natiginfo/action-detekt-all with: - args: --config detekt-config.yml + args: --config detekt-config.yml