Skip to content

[UMA 1.0] Migrate the currency conversion mechanics to the new LUD-21 spec #39

[UMA 1.0] Migrate the currency conversion mechanics to the new LUD-21 spec

[UMA 1.0] Migrate the currency conversion mechanics to the new LUD-21 spec #39

Workflow file for this run

name: "Markdown Lint"
on:
pull_request:
push:
branches:
- main
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v13
with:
config: ".markdownlint.json"
globs: "**/*.md"