Skip to content

cpu: Remove spaces after list markers #23

cpu: Remove spaces after list markers

cpu: Remove spaces after list markers #23

Workflow file for this run

name: Markdown Lint Action
on: push
jobs:
build:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install markdown lint
run: sudo gem install mdl
- name: Lint markdown
continue-on-error: true
run: mdl $(find . -name *.md)