-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(website): integrate new feature into docs site Refs, and CI Buil…
…d in RTD
- Loading branch information
1 parent
8318453
commit 5dc98ac
Showing
5 changed files
with
77 additions
and
2 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
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,52 @@ | ||
# Workflow lint.yml | ||
|
||
### Trigger Events | ||
|
||
If any of the below events occur, the `lint.yml` workflow will be triggered. | ||
|
||
- workflow_call | ||
|
||
Since there is a `workflow_call` _trigger_event_, this workflow can be triggered (called) by another (caller) workflow. | ||
> Thus, it is a `Reusable Workflow`. | ||
|
||
## Reusable Workflow | ||
|
||
Event Trigger: `workflow_call` | ||
|
||
### Inputs | ||
|
||
#### Required Inputs | ||
|
||
None | ||
|
||
#### Optional Inputs | ||
|
||
- `dedicated_branches` | ||
- type: _string_ | ||
- Description: | ||
- Default: `master, main, dev` | ||
- `pylint_threshold` | ||
- type: _string_ | ||
- Description: | ||
- Default: `8.0` | ||
- `python_version` | ||
- type: _string_ | ||
- Description: | ||
- Default: `3.10` | ||
- `run_policy` | ||
- type: _string_ | ||
- Description: | ||
- Default: `2` | ||
- `source_code_targets` | ||
- type: _string_ | ||
- Description: | ||
- Default: `src` | ||
|
||
### Secrets | ||
|
||
None | ||
|
||
### Outputs | ||
|
||
None |
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