Skip to content

Fixes incorrect error code for vendor U2F #1694

Fixes incorrect error code for vendor U2F

Fixes incorrect error code for vendor U2F #1694

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@v4
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3
with:
files: '**/*.md'
config_file: '.markdownlint.json'
ignore_files: 'third_party/*'