Skip to content

Commit

Permalink
lint command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiritumichael committed Sep 17, 2024
1 parent bc89f61 commit 689c95f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Make CodeLinting executable
run: chmod +x ./codeLinting.sh
- name: Run lint checks
run: ./codeLinting.sh

Expand Down

0 comments on commit 689c95f

Please sign in to comment.