Skip to content

Commit

Permalink
chore: only check codestyle for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Garg committed Aug 27, 2022
1 parent dc09d92 commit 7817c29
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,3 @@ jobs:
uses: gradle/[email protected]
with:
arguments: spotlessCheck

build-apks:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
fetch-depth: 0

- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Set up JDK
uses: actions/[email protected]
with:
distribution: "zulu"
java-version: "11"
cache: "gradle"

- name: Build debug APKs
uses: gradle/[email protected]
with:
arguments: assembleDebug

0 comments on commit 7817c29

Please sign in to comment.