浏览代码

added lint reports

sirekanian 3 年之前
父节点
当前提交
8c7b42b97f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/build.yml

+ 4 - 0
.github/workflows/build.yml

@@ -8,6 +8,10 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3
       - shell: bash
       - shell: bash
         run: ./gradlew lintDebug
         run: ./gradlew lintDebug
+      - if: ${{ always() }}
+        uses: actions/upload-artifact@v3
+        with:
+          path: app/build/reports/lint-results-debug.html
   assemble:
   assemble:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps: