Skip to content

Comprehensive Refactoring of Package Workflows and CI Processes Across Platforms #6

Comprehensive Refactoring of Package Workflows and CI Processes Across Platforms

Comprehensive Refactoring of Package Workflows and CI Processes Across Platforms #6

Workflow file for this run

name: CI for all of docs
on:
push:
branches: [ main ]
paths:
- '**.md'
- '.github/workflows/docs.yml'
pull_request:
paths:
- '**.md'
- '.github/workflows/docs.yml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: '**/*.md'