Skip to content

ci: Workflow Bot -- Build Readme #477

ci: Workflow Bot -- Build Readme

ci: Workflow Bot -- Build Readme #477

Workflow file for this run

name: Lint Docs
on:
workflow_dispatch:
pull_request:
paths:
- 'docs/**'
push:
branches:
- main
paths:
- 'docs/**'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- run: pnpm run lint-docs-ci