Skip to content

Commit

Permalink
gh-action: fix syntax in sa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a authored Jan 14, 2024
1 parent 54ba7c6 commit 1254c69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sa.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Kt Static Analyser
name: Static Analyser

on:
push:
branches: [ main ]
branches: [ "main" ]

jobs:
detekt:
name: detekt
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1254c69

Please sign in to comment.