Skip to content

update 1.7.0 to next version #102

update 1.7.0 to next version

update 1.7.0 to next version #102

Workflow file for this run

name: Markdown Lint
on:
pull_request:
branches: [dev,dev-*]
push:
branches: [dev,dev-*]
jobs:
markdownlint:
name: 🍇 Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 16
- run: npm install -g [email protected]
- run: markdownlint '**/*.md' --ignore node_modules