瀏覽代碼

Update ci.yaml

AppFlowy.IO 3 年之前
父節點
當前提交
b83ff2c3c5
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/ci.yaml

+ 2 - 0
.github/workflows/ci.yaml

@@ -16,8 +16,10 @@ jobs:
             override: true
       - uses: actions-rs/clippy-check@v1
         with:
+          working-directory: frontend/rust-lib
           token: ${{ secrets.GITHUB_TOKEN }}
           args: --all-features
+
   flutter-lint:
     name: flutter analyze
     runs-on: ubuntu-latest