AppFlowy.IO 3 anni fa
parent
commit
b83ff2c3c5
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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