Skip to content

Create Blog Post “filecoin-foundation-quarterly-update-april-2025” #298

Create Blog Post “filecoin-foundation-quarterly-update-april-2025”

Create Blog Post “filecoin-foundation-quarterly-update-april-2025” #298

name: Apps Markdown Linter
on:
pull_request:
paths:
- apps/**/*.md
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run markdownlint
uses: davidanson/markdownlint-cli2-action@v19
with:
globs: |
**/*.md
!**/node_modules/**/*.md
config: ".markdownlint.jsonc"