Skip to content

Add more CLI methods to DEX and FT (#994) #4135

Add more CLI methods to DEX and FT (#994)

Add more CLI methods to DEX and FT (#994) #4135

Workflow file for this run

name: check markdown links
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
folder-path: "./"
check-modified-files-only: 'yes'