Skip to content

Ignores pylint warning to fix CI #1692

Ignores pylint warning to fix CI

Ignores pylint warning to fix CI #1692

Workflow file for this run

name: markdownlint
on:
push:
paths:
- '**/*.md'
- '.markdownlint.json'
- '!third_party/**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
mdlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: '**/*.md'
ignore_files: "third_party/*"
config_file: ".markdownlint.json"