Skip to content

Update install.md to add correct board type #1581

Update install.md to add correct board type

Update install.md to add correct board type #1581

Workflow file for this run

name: markdownlint
on:
push:
paths:
- '**/*.md'
- '.markdownlint.json'
- '!third_party/**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
mdlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: '**/*.md'
ignore_files: "third_party/*"
config_file: ".markdownlint.json"