Skip to content

fix(colors): change name for Pi #193

fix(colors): change name for Pi

fix(colors): change name for Pi #193

Workflow file for this run

name: Housekeeping
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linting:
name: "Markdown linting"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out the code
- name: Lint Code Base
uses: docker://avtodev/markdown-lint:v1
with:
args: "**/*.md"