Skip to content

build: Sync with eclipse-zenoh/zenoh@9640d22 from 2024-12-19 (#42) #11

build: Sync with eclipse-zenoh/zenoh@9640d22 from 2024-12-19 (#42)

build: Sync with eclipse-zenoh/zenoh@9640d22 from 2024-12-19 (#42) #11

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
schedule:
- cron: "0 6 * * 1-5"
jobs:
markdown_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v18
with:
config: '.markdownlint.yaml'
globs: '**/README.md'