Skip to content

Joss paper

Joss paper #56

# Copyright (C) The DDC development team, see COPYRIGHT.md file
#
# SPDX-License-Identifier: MIT
---
name: Markdown checks
# yamllint disable-line rule:truthy
on:
pull_request:
paths:
- '.github/workflows/markdown-checks.yaml'
- '**.md'
push:
branches:
- main
paths:
- '.github/workflows/markdown-checks.yaml'
- '**.md'
workflow_dispatch:
permissions:
contents: read
jobs:
markdown-lint:
name: Markdown lint using markdownlint-cli2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0