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 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
working-directory: frontend/appflowy_tauri