tool: update kapinger to make random dns queries #3476
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: Markdown Lint | |
on: | |
merge_group: | |
pull_request: | |
branches: [main] | |
jobs: | |
markdownlint: | |
if: ${{ github.event_name != 'merge_group' }} | |
name: markdownlint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- uses: DavidAnson/markdownlint-cli2-action@v9 | |
with: | |
command: config | |
globs: | | |
.github/.markdownlint.json | |
**/*.md |