Skip to content

content: Describe valid uses of the nil keyword #119

content: Describe valid uses of the nil keyword

content: Describe valid uses of the nil keyword #119

Workflow file for this run

name: Lint markdown
on:
workflow_dispatch:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run Markdown linter
uses: DavidAnson/markdownlint-cli2-action@v20
with:
globs: # set to null to override default of *.{md,markdown}
continue-on-error: false