Skip to content

Add links to talk to an expert #467

Add links to talk to an expert

Add links to talk to an expert #467

Workflow file for this run

---
name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
lint:
name: "Lint Everything"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "bewuethr/[email protected]"
with:
config-file: ".yamllint"
- uses: "nosborn/[email protected]"
with:
files: "."
config_file: ".markdownlint.yaml"