Skip to content

Merge pull request #25 from RaidOuahioune/RaidOuahioune-patch-1-1 #117

Merge pull request #25 from RaidOuahioune/RaidOuahioune-patch-1-1

Merge pull request #25 from RaidOuahioune/RaidOuahioune-patch-1-1 #117

Workflow file for this run

name: Markdown Linter
on: [push]
jobs:
phpcs:
name: Lint MD Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint README
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: README.md
config_file: "./.github/markdown.config.json"
- name: Lint CONTRIBUTING
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: ./.github/CONTRIBUTING.md
config_file: "./.github/markdown.config.json"