Skip to content

Commit

Permalink
gh-action: fix spacing in sa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a committed Jan 14, 2024
1 parent 77d3dd4 commit 1e9ee16
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/sa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: "run"
uses: natiginfo/[email protected]

0 comments on commit 1e9ee16

Please sign in to comment.