Skip to content

feat: add blob/get #398

feat: add blob/get

feat: add blob/get #398

Workflow file for this run

name: Lint Markdown
on:
push:
branches:
- main
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
check-modified-files-only: 'no'
base-branch: 'main'
- uses: DavidAnson/markdownlint-cli2-action@v9
with:
globs: '*.md'