Update rust_general.yml

This commit is contained in:
AppFlowy.IO 2021-11-29 21:50:36 +08:00 committed by GitHub
parent 8940f87935
commit 964aec8066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,19 +41,4 @@ jobs:
working-directory: frontend/rust-lib
- run: cargo clippy
working-directory: frontend/rust-lib
flutter-analyze:
name: flutter analyze
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: "dev"
- name: flutter pub get
working-directory: frontend/app_flowy
run: flutter pub get
- name: flutter analyze
working-directory: frontend/app_flowy
run: flutter analyze