Skip to content

Commit

Permalink
Added Update Gradle Wrapper Action
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-luskanau committed Nov 15, 2024
1 parent bd589c8 commit a08daae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ jobs:
java-version: '21'

- run: bash ./gradlew ktlintCheck detekt lint test build connectedAndroidTest --stacktrace

- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v2
21 changes: 0 additions & 21 deletions .github/workflows/update-gradle-wrapper.yml

This file was deleted.

0 comments on commit a08daae

Please sign in to comment.