Merge pull request #143 from bowbahdoe/develop #207
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Linter | ||
| on: [pull_request] | ||
| jobs: | ||
| # markdown-linter: | ||
| # name: "Markdown Linter" | ||
| # runs-on: ubuntu-latest | ||
| # steps: | ||
| # - uses: actions/checkout@v2 | ||
| # - name: markdownlint-cli | ||
| # uses: nosborn/github-action-markdown-cli@v3.2.0 | ||
| # with: | ||
| # files: . | ||
| # config_file: .markdownlint.yaml | ||
| # markdown-link-check: | ||
| # name: "Markdown Link Checker" | ||
| # runs-on: ubuntu-latest | ||
| # steps: | ||
| # - uses: actions/checkout@v2 | ||
| # - uses: gaurav-nelson/github-action-markdown-link-check@1.0.14 | ||