Skip to content

GITBOOK-255: Remove duplicate changes. Fixes https://github.com/JabRe… #749

GITBOOK-255: Remove duplicate changes. Fixes https://github.com/JabRe…

GITBOOK-255: Remove duplicate changes. Fixes https://github.com/JabRe… #749

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Lint all files
uses: avto-dev/markdown-lint@v1
with:
args: 'README.md'
config: '.markdownlint.yml'