Skip to content

feat(dip-18): switch to bech32m encoding with reference implementation #45

feat(dip-18): switch to bech32m encoding with reference implementation

feat(dip-18): switch to bech32m encoding with reference implementation #45

Workflow file for this run

on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v46
id: changed-files
with:
files: '**/*.md'
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v20
if: steps.changed-files.outputs.any_changed == 'true'
continue-on-error: true
with:
config: '.markdownlint.json'
# globs: '**/*.md'
globs: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ","