feat(sandboxes): add local and cloud CLI commands #160
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Lint docs | ||
| on: | ||
| pull_request: | ||
| paths: | ||
| - "docs/**" | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| docs: | ||
| uses: Kong/volcano-docs/.github/workflows/lint-docs.yml@f37692ae88ad550ff60c6e81d16ece89062b2c18 # main | ||
|
Check failure on line 13 in .github/workflows/lint-docs.yml
|
||
| with: | ||
| path: docs | ||