Skip to content

Merge smart contract test cargo files (#1059) #4379

Merge smart contract test cargo files (#1059)

Merge smart contract test cargo files (#1059) #4379

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'