Fix lint errors and add submodules to qa checks.

This commit is contained in:
Cody Henthorne
2021-02-24 15:07:56 -05:00
committed by GitHub
parent 3c4252a933
commit b91f04316a
9 changed files with 52 additions and 36 deletions

View File

@@ -26,3 +26,10 @@ jobs:
- name: Build with Gradle
run: ./gradlew qa
- name: Archive reports for failed build
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: reports
path: '*/build/reports'