Skip to content

tools: allow for selectively running v test-self vlib/ and `v test-… #100

tools: allow for selectively running v test-self vlib/ and `v test-…

tools: allow for selectively running v test-self vlib/ and `v test-… #100

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