Skip to content

Commit

Permalink
Add pull-cli-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Jan 15, 2024
1 parent f7cc8d2 commit 16431ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pull-cli-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: pull-cli-docs
on:
pull_request:
branches:
- main
- 'release-**'
workflow_dispatch:
jobs:
validate-docs:
name: docs validation
runs-on: ubuntu-latest
steps:
- name: Checkout Kyma CLI
uses: actions/checkout@v3
- name: Run Docs Validation
run: make validate

0 comments on commit 16431ac

Please sign in to comment.