Skip to content

Using periods in relative timeframes will now work properly #194

Using periods in relative timeframes will now work properly

Using periods in relative timeframes will now work properly #194

Workflow file for this run

---
name: Linting
on:
pull_request:
paths:
- '**/*.md'
- .markdownlint.yml
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Markdown
steps:
- uses: actions/checkout@v6
with:
submodules: true
- name: MarkdownLint-Cli
run: make markdownlint