mirror of
https://github.com/docker/cli.git
synced 2026-01-06 05:41:44 +03:00
switch to cli-docs-tool for yaml docs generation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> switch to cli-docs-tool and validate yamldocs Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
18
.github/workflows/validate.yml
vendored
18
.github/workflows/validate.yml
vendored
@@ -32,3 +32,21 @@ jobs:
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
validate-make:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target:
|
||||
- yamldocs # ensure yamldocs target runs fine
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
-
|
||||
name: Run
|
||||
run: |
|
||||
make -f docker.Makefile ${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user