Skip to content

Add PNG source for social preview generation pipeline #7

Add PNG source for social preview generation pipeline

Add PNG source for social preview generation pipeline #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v23
with:
globs: "**/*.md"