Skip to content

fix: install dymd in the relayer flow #95

fix: install dymd in the relayer flow

fix: install dymd in the relayer flow #95

Workflow file for this run

name: Linters
on:
push:
paths:
- '**/*.md'
pull_request:
paths:
- '**/*.md'
jobs:
markdownlint:
runs-on: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.2.0
with:
files: .
config-file: .markdownlint.yaml