Skip to content

[DQL] Improving DQL execution services #187

[DQL] Improving DQL execution services

[DQL] Improving DQL execution services #187

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