From August 14th, 2024, Cloudflare hostnames will no longer connect to IPFS #437
Workflow file for this run
This file contains 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 | |