Skip to content

Fix for https://github.com/rust-lang/rust-bindgen/issues/2312 #106

Fix for https://github.com/rust-lang/rust-bindgen/issues/2312

Fix for https://github.com/rust-lang/rust-bindgen/issues/2312 #106

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint README.md
uses: avto-dev/markdown-lint@v1
with:
args: 'README.md'
config: '.markdownlint.config.json'