Skip to content

Merge pull request #35 from umutphp/umutphp-patch-2 #134

Merge pull request #35 from umutphp/umutphp-patch-2

Merge pull request #35 from umutphp/umutphp-patch-2 #134

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"