build(deps): bump ipfs/ipfs-deploy-action from 1c46c3a36faff36031c94c8e8f4563ee5c38f172 to 7e3f0e92cc6f9e26416a71b41399f50c87eea744 #758
Workflow file for this run
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 |