浏览代码

Fail on pod lib lint warnings (#82)

Peter Andrews 4 年之前
父节点
当前提交
833ff092ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -27,7 +27,7 @@ jobs:
     - name: Install Ruby gems with Bundler
       run: bundle install
     - name: Lint podspec using local source
-      run: pod lib lint --verbose --allow-warnings ${{ matrix.flags }}
+      run: pod lib lint --verbose ${{ matrix.flags }}
 
   spm-build-test:
     runs-on: macOS-latest