diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42a8e1a8b5..1edf63c5fb 100644 --- a/.github/workflows/ci.yaml +++ b/.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