Skip to content

fix(docs): Correct typo and grammar in CONTRIBUTING.md (#252) #1981

fix(docs): Correct typo and grammar in CONTRIBUTING.md (#252)

fix(docs): Correct typo and grammar in CONTRIBUTING.md (#252) #1981

Workflow file for this run

name: markdownlint
on: [pull_request, push]
jobs:
mdl:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run mdl
uses: actionshub/markdownlint@main