Skip to content

Commit

Permalink
Merge pull request #11 from six-group/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
snorwin committed Dec 29, 2023
2 parents c71261f + 69e7743 commit 11a6982
Show file tree
Hide file tree
Showing 4 changed files with 1,638 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read

jobs:
mod:
basic:
name: basic
runs-on: ubuntu-latest
steps:
Expand All @@ -20,6 +20,7 @@ jobs:
cache: false
- uses: actions/checkout@v4
- run: go mod tidy && git diff --exit-code go.mod go.sum
- run: go run github.com/elastic/crd-ref-docs@v0.0.10 --config docs/config.yaml --renderer=markdown --output-path docs/api-reference.md && git diff --exit-code docs/api-reference.md
helm:
name: helm-lint
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 11a6982

Please sign in to comment.