Merge pull request #53 from evenZh/issue-52-DOMNodeInserted_新版本的chrom… #287
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 markdown | |
on: [ push, pull_request ] | |
jobs: | |
lint-markdown: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: lint-md-github-action | |
uses: lint-md/[email protected] | |
with: | |
configFile: .lintmdrc | |
failOnWarnings: false | |
files: ./ ./.github/ ./docs/ |