From 1e9ee162f088fd6f628d0b7fef60db63bae4f4d9 Mon Sep 17 00:00:00 2001 From: Mohammed Hussain <56958445+hussainmohd-a@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:20:42 +0530 Subject: [PATCH] gh-action: fix spacing in sa.yml --- .github/workflows/sa.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/sa.yml b/.github/workflows/sa.yml index b352ba59..7f91bb58 100644 --- a/.github/workflows/sa.yml +++ b/.github/workflows/sa.yml @@ -3,14 +3,14 @@ on: push: branches: [ "main" ] - jobs: - detekt: - name: detekt - runs-on: ubuntu-latest +jobs: + detekt: + name: detekt + runs-on: ubuntu-latest - steps: - - name: "checkout" - uses: actions/checkout@v3 + steps: + - name: "checkout" + uses: actions/checkout@v3 - - name: "run" - uses: natiginfo/action-detekt-all@1.23.4 + - name: "run" + uses: natiginfo/action-detekt-all@1.23.4