Update all javadoc and spec links to 25 #137 #183
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 | ||