Skip to content

chore(ci): update CI to use dymint workflow call instead of combine t… #3

chore(ci): update CI to use dymint workflow call instead of combine t…

chore(ci): update CI to use dymint workflow call instead of combine t… #3

Workflow file for this run

name: markdown-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
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