Skip to content

Communication

Communication #1

Workflow file for this run

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