Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Aug 4, 2024
1 parent 04dc82e commit 04f99d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
with:
cache-encryption-key: Da25KUVSE5jbGds2zXmfXw==
gradle-home-cache-cleanup: true
- name: Write sign info
if: github.repository_owner == 'LawnchairLauncher'
run: |
Expand Down Expand Up @@ -71,8 +70,6 @@ jobs:
distribution: 'zulu'
java-version: 21
- uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
- run: ./gradlew spotlessCheck

send-notifications:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
distribution: 'zulu'
java-version: 21
- uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
- name: Write sign info
id: sign-release-apk
if: github.repository_owner == 'LawnchairLauncher'
Expand Down

0 comments on commit 04f99d4

Please sign in to comment.