feat: build docs.rs documentation for Android (#654)

This commit is contained in:
Lucas Fernandes Nogueira
2023-10-19 14:39:54 -03:00
committed by GitHub
parent 5de23e79f9
commit d1b7c2c1fb
25 changed files with 113 additions and 29 deletions
-4
View File
@@ -155,10 +155,6 @@ jobs:
if: matrix.package != 'tauri-plugin-sql'
run: cargo clippy --package ${{ matrix.package }} --all-targets -- -D warnings
- name: clippy ${{ matrix.package }} --all-features
if: ${{ !contains(fromJSON('["tauri-plugin-http", "tauri-plugin-upload", "tauri-plugin-updater", "tauri-plugin-websocket", "tauri-plugin-sql"]'), matrix.package) }}
run: cargo clippy --package ${{ matrix.package }} --all-targets --all-features -- -D warnings
- name: clippy ${{ matrix.package }} mysql
if: matrix.package == 'tauri-plugin-sql'
run: cargo clippy --package ${{ matrix.package }} --all-targets --no-default-features --features mysql -- -D warnings