issue #43: test wrap #10
This file contains 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: Check Markdown links | |
on: | |
workflow_call: | |
push: | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@master | |
- name: Validating links | |
uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
if: always() # Run step even if previous steps fail. | |
- name: Verify line 80 wrap | |
uses: DavidAnson/markdownlint-cli2-action@v14 | |
with: | |
config: .markdownlint.json |