Skip to content

Add LTS v1&v2 (v1.16&v1.17) support + removed Bike Explosion #134

Add LTS v1&v2 (v1.16&v1.17) support + removed Bike Explosion

Add LTS v1&v2 (v1.16&v1.17) support + removed Bike Explosion #134

Workflow file for this run

name: 'Lint markdown files'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches: [main, release]
jobs:
lint-markdown:
name: Lint markdown file
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint markdown files
uses: avto-dev/markdown-lint@v1
with:
args: '.'
config: '.markdownlint.json'