.github: Bump DavidAnson/markdownlint-cli2-action from 13.0.0 to 14.0.0 #217
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: Lint whitespace | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
lint_whitespace: | |
name: Lint whitespace | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | |
- name: Check that every file has no trailing whitespace, and exactly one final newline | |
run: ./.github/bin/lint-whitespace |