File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Workflows and actions
22
33You will find all reusable ` actions ` and ` workflows ` in their respective
4- subfolders. Unfortunately, there is no way to distuinguish workflows that only
4+ subfolders. Unfortunately, there is no way to distinguish workflows that only
55run on this repository from ones that are intended to run elsewhere via
6- workflow_call. As such, we have made the decision to prefix workflows that run
7- on this repository with a ` . ` . Workflows intended to be run as reusable
6+ ` workflow_call ` . As such, we have made the decision to prefix workflows that run
7+ on this repository with a ` . ` . Workflows that are intended to be run as reusable
88workflows in other repositories will not be prefixed with ` . ` and additionally
99will only have the ` workflow_call ` trigger.
1010
@@ -21,7 +21,7 @@ Example:
2121## Exception to the rule
2222
2323The one exception to the rule is workflows that will be used as required
24- workflows via organization rulesets. Which are the following workflows:
24+ workflows via organization rulesets, such as the following workflows:
2525
2626* ` .github/workflows/lint.yml ` - A default linter for every repo.
2727* ` .github/workflows/abc-checks.yml ` - A default compliance/PR checker for every repo.
You can’t perform that action at this time.
0 commit comments