docs: add progressive "Task Lists" sections to CONTRIBUTING.md (#22537) #142
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code CI vlib modules | |
on: | |
push: | |
paths: | |
- '**/cmd/tools/vdoc/theme/**' | |
pull_request: | |
paths: | |
- '**/cmd/tools/vdoc/theme/**' | |
jobs: | |
lint-module-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check Formatting | |
uses: creyD/[email protected] | |
with: | |
prettier_options: --check cmd/tools/vdoc/theme |