Skip to content

Merge pull request #5523 from Shaurya2k06/feat/5443-delete-list #6534

Merge pull request #5523 from Shaurya2k06/feat/5443-delete-list

Merge pull request #5523 from Shaurya2k06/feat/5443-delete-list #6534

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: markdown-lint
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
markdown-lint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: DavidAnson/markdownlint-cli2-action@v24.0.0