Skip to content

feat(deployment): Add quick action commands for running deployment tasks #2

feat(deployment): Add quick action commands for running deployment tasks

feat(deployment): Add quick action commands for running deployment tasks #2

Workflow file for this run

name: Validate Docs
on:
push:
paths:
- 'docs/**'
- 'docs.json'
pull_request:
paths:
- 'docs/**'
- 'docs.json'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: whilesmart/docs-kit/.github/actions/validate-docs@main