Skip to content

TIP-38: Building Blocks for IOTA 2.0 Output Types #677

TIP-38: Building Blocks for IOTA 2.0 Output Types

TIP-38: Building Blocks for IOTA 2.0 Output Types #677

Workflow file for this run

name: Markdown Lint
on:
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Markdown Linting
uses: avto-dev/[email protected]
with:
config: './.github/markdownlint-config.yml'
args: './tips/**/*.md'