Add more checks
- python code formatting is tested with yapf - cron workflow to run cargo audit - Don't run on latest
This commit is contained in:
3
.github/workflows/mdlint.yml
vendored
3
.github/workflows/mdlint.yml
vendored
@@ -10,11 +10,12 @@ on:
|
||||
|
||||
jobs:
|
||||
mdlint:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: markdownlint-cli
|
||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
||||
with:
|
||||
files: '**/*.md'
|
||||
ignore_files: "third_party/*"
|
||||
config_file: ".markdownlint.json"
|
||||
|
||||
Reference in New Issue
Block a user