Skip to content

fix: some debugging and increase to 5 nodes using txsim #41

fix: some debugging and increase to 5 nodes using txsim

fix: some debugging and increase to 5 nodes using txsim #41

Workflow file for this run

name: "markdown-linter"
on:
push:
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install markdownlint-cli
run: npm install -g [email protected]
shell: bash
- name: Run markdownlint
run: markdownlint --config .markdownlint.yaml **/*.md
shell: bash
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run markdown link check
uses: gaurav-nelson/[email protected]
with:
config-file: '.github/markdown-link-check-config.json'
folder-path: '.'