Update pypa/gh-action-pypi-publish digest to 93e8795 #234
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 files | |
on: ["push", "pull_request"] | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v2 | |
- name: Lint Markdown files | |
uses: avto-dev/markdown-lint@v1 | |
with: | |
config: '.markdownlint.json' | |
args: '**/*.md .github/**/*.md' |