Skip to content

Bump marked-terminal from 7.2.1 to 7.3.0 (#158) #320

Bump marked-terminal from 7.2.1 to 7.3.0 (#158)

Bump marked-terminal from 7.2.1 to 7.3.0 (#158) #320

name: readme-checker.yml – Checks for suggested markdown
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Checking markdown
uses: DavidAnson/markdownlint-cli2-action@v19.1.0
with:
globs: |
*.md
**/*.md
!test/*.md