ci: disable eslint (#1857)

This commit is contained in:
Nathan.fooo 2023-02-14 10:28:01 +08:00 committed by GitHub
parent 72e155f5b9
commit c1de3ba01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 # - name: lint
working-directory: frontend/appflowy_tauri # working-directory: frontend/appflowy_tauri
run: | # run: |
yarn --frozen-lockfile # yarn --frozen-lockfile
yarn test:prettier # yarn test:prettier
yarn test:code # yarn test:code
- name: build - name: build
working-directory: frontend/appflowy_tauri working-directory: frontend/appflowy_tauri