Skip to content

[import] fix asset account name #206

[import] fix asset account name

[import] fix asset account name #206

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix develop --command npm install
nix develop --command make lint
nix develop --command make test