Skip to content

style(README): format logo image tag for better readability #274

style(README): format logo image tag for better readability

style(README): format logo image tag for better readability #274

Workflow file for this run

name: Housekeeping
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linting:
name: 'Markdown linting'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out the code
- name: Lint Code Base
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: '**/*.md'