chore(deps): bump send and express #564
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 Linter | |
# Lint runs the markdown linter over all markdown files in the docs repository. | |
# This workflow is run on every pull request and push to main. | |
# The linter will pass without running if no *.md files have been changed. | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
markdown-lint: | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: nosborn/[email protected] | |
with: | |
files: . | |
config_file: .markdownlint.yml | |
# ignore_path: .markdownlintignore |