Skip to content

Fix Github action

Fix Github action #102

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"