|
@@ -62,12 +62,12 @@ jobs:
|
|
cargo install --force cargo-make
|
|
cargo install --force cargo-make
|
|
cargo make appflowy-tauri-deps-tools
|
|
cargo make appflowy-tauri-deps-tools
|
|
|
|
|
|
- - name: lint
|
|
|
|
- working-directory: frontend/appflowy_tauri
|
|
|
|
- run: |
|
|
|
|
- yarn --frozen-lockfile
|
|
|
|
- yarn test:prettier
|
|
|
|
- yarn test:code
|
|
|
|
|
|
+ # - name: lint
|
|
|
|
+ # working-directory: frontend/appflowy_tauri
|
|
|
|
+ # run: |
|
|
|
|
+ # yarn --frozen-lockfile
|
|
|
|
+ # yarn test:prettier
|
|
|
|
+ # yarn test:code
|
|
|
|
|
|
- name: build
|
|
- name: build
|
|
working-directory: frontend/appflowy_tauri
|
|
working-directory: frontend/appflowy_tauri
|