mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Update rust_general.yml
This commit is contained in:
parent
8940f87935
commit
964aec8066
17
.github/workflows/rust_general.yml
vendored
17
.github/workflows/rust_general.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user