Skip to content

Added 3.2.0.tar.gz for DOCS_RS #138

Added 3.2.0.tar.gz for DOCS_RS

Added 3.2.0.tar.gz for DOCS_RS #138

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'