Skip to content

Commit

Permalink
[#3669] Add lint task in CodeAnalysis job (#3670)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan authored Jul 12, 2024
1 parent 5b90f0a commit c505c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ jobs:
- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@d5c2d633506a792e53d7a273d90dde429df3bba7

- name: Detekt
run: ./gradlew detektAll
- name: Detekt & Lint
run: ./gradlew detektAll lint

- name: SwiftLint
uses: norio-nomura/[email protected]
Expand Down

0 comments on commit c505c14

Please sign in to comment.