Browse Source

Update ci.yaml

AppFlowy.IO 3 years ago
parent
commit
b83ff2c3c5
1 changed files with 2 additions and 0 deletions
  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