Migrate resoto -> fixinventory #186
Workflow file for this run
This file contains 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: Test helm chart documentation | |
on: pull_request | |
jobs: | |
validate-documentation: | |
name: validate-docs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v3 | |
- name: Set up Helm | |
uses: azure/setup-helm@v3 | |
- uses: supplypike/setup-bin@v1 | |
with: | |
uri: 'https://github.com/norwoodj/helm-docs/releases/download/v1.13.1/helm-docs_1.13.1_Linux_x86_64.tar.gz' | |
name: 'helm-docs' | |
version: '1.13.1' | |
- name: generate & compare documentation | |
run: | | |
chmod +x ./scripts/validate-docs.sh | |
./scripts/validate-docs.sh |