Skip to content

Add auction and fee documentation #969

Add auction and fee documentation

Add auction and fee documentation #969

Workflow file for this run

name: Markdown lint
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- run: gem install mdl
# lint ignoring the line length lint
- run: mdl -r ~MD013 README.md
- run: mdl -r ~MD013 docs/*