Skip to content

Commit d002584

Browse files
authored
chore: Updates to README (#103)
💁 These changes fix a typo and update some text for readability. --------- Signed-off-by: Sasha Gerrand <sgerrand@users.noreply.github.com>
1 parent cd65e57 commit d002584

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Workflows and actions
22

33
You 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
55
run 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
88
workflows in other repositories will not be prefixed with `.` and additionally
99
will only have the `workflow_call` trigger.
1010

@@ -21,7 +21,7 @@ Example:
2121
## Exception to the rule
2222

2323
The 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.

0 commit comments

Comments
 (0)