Skip to content

Initial public release of retina #2

Initial public release of retina

Initial public release of retina #2

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v9
with:
command: config
globs: |
.github/.markdownlint.json
**/*.md