Skip to content

Add logo template

Add logo template #16

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
pull_request:
branches: [main, master]
name: lint-markdown
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install markdownlint-cli
- run: npx markdownlint-cli '**/*.md' --dot --disable line_length first-line-h1 no-inline-html --ignore node_modules