diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-10-02 18:04:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 18:04:18 +0530 |
commit | f1f59dc1ed26c2351dc31e55902ff8e4b5a6ed0e (patch) | |
tree | 2afb98c921714ccefcd22f35a7340584d1bfba53 /.github/workflows/push.yml | |
parent | 9a1a54a6fcfa6fd6cf142f2af9804375255d14cf (diff) |
Add Spotless to regulate codestyle (#550)
* Add Spotless to regulate codestyle
* treewide: Run spotless
* Add spotlessCheck to CI test
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to '.github/workflows/push.yml')
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8fed257a..cb6a55cd 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,4 +8,4 @@ jobs: - name: setup-android uses: msfjarvis/setup-android@0.2 with: - gradleTasks: build test lintDebug -Dpre-dex=false + gradleTasks: spotlessCheck build test lintDebug -Dpre-dex=false |