Skip to content

Commit

Permalink
Add missing shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
airxnoor committed May 8, 2024
1 parent fbea60f commit e822b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ runs:
- name: "Set up Adopt OpenJDK 17"
uses: ./.github/actions/java
- name: "Run Detekt"
shell: sh
run: sh gradlew detekt
- name: "Run KtLint"
shell: sh
run: sh gradlew ktlintCheck

0 comments on commit e822b86

Please sign in to comment.