Skip to content

fiX: mobile: NFT, nothing is shown when a wallet is empty #1214 #960

fiX: mobile: NFT, nothing is shown when a wallet is empty #1214

fiX: mobile: NFT, nothing is shown when a wallet is empty #1214 #960

Workflow file for this run

name: Rust
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: make build.rust
- name: Test
run: make test.rust
- name: Check diff
run: git diff --exit-code