Skip to content

Improvements to the led effects, using leds and also dev headless setup #10

Improvements to the led effects, using leds and also dev headless setup

Improvements to the led effects, using leds and also dev headless setup #10

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-docs:
name: Lint docs
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint docs
uses: docker://avtodev/markdown-lint:v1
with:
args: '**/*.md'
config: .markdownlint.yaml