mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-03 04:12:03 +01:00
11 lines
172 B
YAML
11 lines
172 B
YAML
name: Lint Doc
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
lint-doc:
|
|
uses: vyos/.github/.github/workflows/lint-doc.yml@feature/T6349-reusable-workflows
|
|
secrets: inherit
|
|
|
|
|