Skip to content

Commit

Permalink
exclude rclone build from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Oct 20, 2023
1 parent b99afa4 commit e6b2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Build app
run: ./gradlew lint
run: ./gradlew lint -x :rclone:buildAll

0 comments on commit e6b2f16

Please sign in to comment.