diff options
Diffstat (limited to '.github/workflows/lint-doc.yml')
-rw-r--r-- | .github/workflows/lint-doc.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/lint-doc.yml b/.github/workflows/lint-doc.yml new file mode 100644 index 00000000..7f2f2099 --- /dev/null +++ b/.github/workflows/lint-doc.yml @@ -0,0 +1,10 @@ +name: Lint Doc +on: + pull_request: + +jobs: + lint-doc: + uses: vyos/.github/.github/workflows/lint-doc.yml@feature/T6349-reusable-workflows + secrets: inherit + + |