Skip to content

DOC: fixed a typo; replaced grammatically incorrect 'and' with a comma, as a test first open source contribution #479

DOC: fixed a typo; replaced grammatically incorrect 'and' with a comma, as a test first open source contribution

DOC: fixed a typo; replaced grammatically incorrect 'and' with a comma, as a test first open source contribution #479

name: Check Markdown Style
on:
pull_request:
paths:
- "*.md"
- "**/*.md"
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install the linter
run: sudo gem install mdl
- name: Check files
run: make doc-check