feat: Extend dfx ledger transfer
and dfx ledger balance
to support ICRC1 standard
#5267
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check frontend canister build (skipped) | |
on: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- src/distributed/assetstorage.wasm.gz | |
- src/canisters/frontend/ic-certified-assets/** | |
- src/canisters/frontend/ic-frontend-canister/** | |
pull_request: | |
paths-ignore: | |
- src/distributed/assetstorage.wasm.gz | |
- src/canisters/frontend/ic-certified-assets/** | |
- src/canisters/frontend/ic-frontend-canister/** | |
jobs: | |
frontend: | |
runs-on: ubuntu-latest | |
name: frontend-canister-up-to-date:required | |
steps: | |
- name: skip | |
run: | | |
echo skipped |