Skip to content

Remove release badge from README.md #11

Remove release badge from README.md

Remove release badge from README.md #11

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
paths:
- '**/*.md'
pull_request:
paths:
- '**/*.md'
permissions:
contents: read
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16
with:
globs: '**/*.md'