-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check precommit after runing them loclally 2
- Loading branch information
1 parent
084ad79
commit 0a5b122
Showing
18 changed files
with
136 additions
and
363 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
--- | ||
repos: | ||
- repo: local | ||
hooks: | ||
- id: auto-doc | ||
language: script | ||
name: Generate doc | ||
entry: ./generate-doc.sh | ||
types: [file] | ||
|
||
# stages: | ||
# - "manual" | ||
- repo: local | ||
hooks: | ||
|
||
- repo: https://github.com/executablebooks/mdformat | ||
rev: 0.7.17 | ||
hooks: | ||
- id: mdformat | ||
additional_dependencies: | ||
- mdformat-gfm | ||
- mdformat-black | ||
# stages: | ||
# - "manual" | ||
- id: auto-doc | ||
language: script | ||
name: Generate doc | ||
entry: ./generate-doc.sh | ||
types: [file] | ||
# stages: | ||
# - "manual" | ||
|
||
- repo: https://github.com/executablebooks/mdformat | ||
rev: 0.7.17 | ||
hooks: | ||
|
||
- id: mdformat | ||
additional_dependencies: | ||
- mdformat-gfm | ||
- mdformat-black | ||
# stages: | ||
# - "manual" |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Refenrences bump-version composite action | ||
|
||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ----------------- | ------ | -------- | ------- | ----------------------------------------------------- | | ||
| new-version | string | false | | | | ||
| release-type | string | true | | The type of the release (major, minor or patch). | | ||
| working-directory | string | false | `"."` | The directory containing the `.bumpversion.cfg` file. | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
| OUTPUT | TYPE | DESCRIPTION | | ||
| --------------- | ------ | ------------------------------------------------ | | ||
| old-version | string | The old version in your `.bumpversion.cfg` file. | | ||
| release-version | string | The bumped version of your project. | | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Refenrences helm-destroy composite action | ||
|
||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ------------ | ------ | -------- | ------- | --------------------------- | | ||
| namespace | string | true | | K8s namespace to destroy in | | ||
| release-name | string | true | | Helm release name | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
No outputs. | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,21 @@ | ||
# Refenrences helm-lint composite action | ||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|------------------|--------|----------|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------| | ||
| helm-version | string | false | `"v3.10.1"` | The Helm version. | | ||
| lint-config-path | string | false | `".github/lint-config.yaml"` | The path to the lint configuration file (For an example see https://github.com/helm/chart-testing/blob/main/pkg/config/test_config.yaml). | | ||
| ref | string | false | `"${{ github.ref_name }}"` | The ref name to checkout the repository. | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|------------------|--------|----------|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------| | ||
| helm-version | string | false | `"v3.10.1"` | The Helm version. | | ||
| lint-config-path | string | false | `".github/lint-config.yaml"` | The path to the lint configuration file (For an example see https://github.com/helm/chart-testing/blob/main/pkg/config/test_config.yaml). | | ||
| ref | string | false | `"${{ github.ref_name }}"` | The ref name to checkout the repository. | | ||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ---------------- | ------ | -------- | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | ||
| helm-version | string | false | `"v3.10.1"` | The Helm version. | | ||
| lint-config-path | string | false | `".github/lint-config.yaml"` | The path to the lint configuration file (For an example see https://github.com/helm/chart-testing/blob/main/pkg/config/test_config.yaml). | | ||
| ref | string | false | `"${{ github.ref_name }}"` | The ref name to checkout the repository. | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
No outputs. | ||
<!-- AUTO-DOC-OUTPUT:END --> | ||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
No outputs. | ||
<!-- AUTO-DOC-OUTPUT:END --> | ||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|------------------|--------|----------|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------| | ||
| helm-version | string | false | `"v3.10.1"` | The Helm version. | | ||
| lint-config-path | string | false | `".github/lint-config.yaml"` | The path to the lint configuration file (For an example see https://github.com/helm/chart-testing/blob/main/pkg/config/test_config.yaml). | | ||
| ref | string | false | `"${{ github.ref_name }}"` | The ref name to checkout the repository. | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
No outputs. | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,20 @@ | ||
# Refenrences helm-setup composite action | ||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
No outputs. | ||
<!-- AUTO-DOC-OUTPUT:END --> | ||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|-----------------|--------|----------|-------------|-----------------| | ||
| helm-version | string | false | `"v3.10.1"` | Helm version | | ||
| kubectl-version | string | false | `"v1.23.0"` | Kubectl version | | ||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| --------------- | ------ | -------- | ----------- | --------------- | | ||
| helm-version | string | false | `"v3.10.1"` | Helm version | | ||
| kubectl-version | string | false | `"v1.23.0"` | Kubectl version | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|-----------------|--------|----------|-------------|-----------------| | ||
| helm-version | string | false | `"v3.10.1"` | Helm version | | ||
| kubectl-version | string | false | `"v1.23.0"` | Kubectl version | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
No outputs. | ||
<!-- AUTO-DOC-OUTPUT:END --> | ||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
No outputs. | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Refenrences java-gradle-test composite action | ||
|
||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ------------------ | ------ | -------- | ------------- | ----------------------------------------------------------------------------------- | | ||
| download-lfs-files | string | false | `"false"` | Whether the Git checkout action should resolve LFS files or not. (Default is false) | | ||
| gradle-cache | string | false | `"true"` | Whether Gradle caching is enabled or not. (Default is true) | | ||
| gradle-version | string | false | `"wrapper"` | Gradle version to be installed. (Default is wrapper) | | ||
| java-distribution | string | false | `"microsoft"` | Java distribution to be installed. (Default is microsoft) | | ||
| java-version | string | false | `"11"` | Java version to be installed. (Default is 11) | | ||
| working-directory | string | false | `"."` | Working directory of your Gradle artifacts. (Default is .) | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
No outputs. | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> |
Oops, something went wrong.