Skip to content

Do not expand aliases recursively, closes #12822 #1

Do not expand aliases recursively, closes #12822

Do not expand aliases recursively, closes #12822 #1

Workflow file for this run

name: CI for Markdown content
on:
push:
branches:
- 'main'
paths:
- 'lib/**/*.md'
pull_request:
paths:
- 'lib/**/*.md'
workflow_dispatch:
jobs:
lint:
name: Lint Markdown content
strategy:
fail-fast: false
runs-on: ubuntu-20.04
steps:
- name: Check out the repository
uses: actions/checkout@v3
with:
fetch-depth: 10
- name: Run markdownlint
uses: DavidAnson/[email protected]
with:
globs: |
lib/elixir/pages/**/*.md