Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DroidNinja committed Oct 16, 2022
1 parent 7f64b19 commit 1a6fac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
java-version: '11'

- name: Build project
run: ./gradlew assembleRelease lintDebug --stacktrace
run: ./gradlew assembleRelease lintRelease --stacktrace

- name: Upload build outputs (APKs)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1a6fac9

Please sign in to comment.