docs: make explicit that you can use ipfs cid format
to convert both ways
#776
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: markdownlint check | |
on: [pull_request] | |
jobs: | |
markdownlint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: markdownlint-cli | |
uses: nosborn/[email protected] | |
with: | |
files: . | |
config_file: .markdownlint.jsonc |