Skip to content

Commit

Permalink
Merge pull request #12 from azrael8576/chore/ci-cd
Browse files Browse the repository at this point in the history
Chore(ci-cd): add spotless check job.
  • Loading branch information
azrael8576 authored Oct 2, 2023
2 parents 0ddb6b0 + 5f33726 commit 050bb35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Check spotless
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache

- name: Build all build type and flavor permutations
run: ./gradlew assemble

Expand Down

0 comments on commit 050bb35

Please sign in to comment.