Merge pull request #22 from lsst-it/IT-5292_add_license_puppet_dell_perc #72
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
--- | |
# yamllint disable rule:quoted-strings | |
name: markdownlint | |
"on": | |
- push | |
jobs: | |
markdownlint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run mdl | |
uses: actionshub/markdownlint@main | |
with: | |
filesToIgnoreRegex: "REFERENCE.md|CHANGELOG.md" |