Skip to content

[corrections] genesis-creditor theft txid: fix corrupted hash (was 65… #94

[corrections] genesis-creditor theft txid: fix corrupted hash (was 65…

[corrections] genesis-creditor theft txid: fix corrupted hash (was 65… #94

Workflow file for this run

name: markdown-lint
on:
pull_request:
paths:
- "**/*.md"
- ".markdownlint.json"
- ".github/workflows/markdown-lint.yml"
push:
branches: [main]
paths:
- "**/*.md"
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: |
**/*.md
!node_modules