Skip to content

Commit e5dc77e

Browse files
committed
Configure documentation links to allow localization
github.com and wikipedia.org have different localization behaviors depending on the URL. If a language code is specified via the URL, then that language version of the page is loaded, regardless of the language setting of the user's browser or GitHub. For example, this URL will take the user to the English version of the page even if their browser is configured for Chinese: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github If no language code is specified via the URL, then it redirects to the version of the page localized for the user's language preference, where available. For example, if the user has selected "Chinese" as their preferred language in their browser settings, then this URL: https://docs.github.com/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github redirects to: https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github
1 parent c8c4cee commit e5dc77e

File tree

73 files changed

+117
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+117
-117
lines changed

Diff for: .github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ contact_links:
55
url: https://github.com/arduino/tooling-project-assets#readme
66
about: Detailed usage documentation is available here.
77
- name: Learn about GitHub Actions
8-
url: https://docs.github.com/en/actions
8+
url: https://docs.github.com/actions
99
about: Everything you need to know to get started with GitHub Actions.
1010
- name: Learn about GitHub issue templates
11-
url: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests
11+
url: https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests
1212
about: Information about GitHub's issue template feature.
1313
- name: Support request
1414
url: https://forum.arduino.cc/

Diff for: .github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# See: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#about-the-dependabotyml-file
1+
# See: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates#about-the-dependabotyml-file
22
version: 2
33

44
updates:
55
# Configure check for outdated GitHub Actions actions in workflows.
66
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
7-
# See: https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
7+
# See: https://docs.github.com/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
88
- package-ecosystem: github-actions
99
directory: / # Check the repository's workflows under /.github/workflows/
1010
schedule:

Diff for: .github/workflows/check-ci-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: Check CI Workflows Sync
88

9-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
1010
on:
1111
push:
1212
paths:

Diff for: .github/workflows/check-community-health-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: Check Community Health Files Sync
88

9-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
1010
on:
1111
push:
1212
paths:

Diff for: .github/workflows/check-config-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: Check Configuration Files Sync
88

9-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
1010
on:
1111
push:
1212
pull_request:

Diff for: .github/workflows/check-configs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check Configuration Files
22

3-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
3+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
44
on:
55
push:
66
paths:

Diff for: .github/workflows/check-general-formatting-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-general-formatting-task.md
22
name: Check General Formatting
33

4-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
55
on:
66
push:
77
pull_request:
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Set environment variables
2020
run: |
21-
# See: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
21+
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
2222
echo "EC_INSTALL_PATH=${{ runner.temp }}/editorconfig-checker" >> "$GITHUB_ENV"
2323
2424
- name: Checkout repository
@@ -46,7 +46,7 @@ jobs:
4646
# Give the binary a standard name
4747
mv "${{ env.EC_INSTALL_PATH }}/bin/ec-linux-amd64" "${{ env.EC_INSTALL_PATH }}/bin/ec"
4848
# Add installation to PATH:
49-
# See: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
49+
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
5050
echo "${{ env.EC_INSTALL_PATH }}/bin" >> "$GITHUB_PATH"
5151
5252
- name: Check formatting

Diff for: .github/workflows/check-license.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# SPDX identifier: https://spdx.org/licenses/
88
EXPECTED_LICENSE_TYPE: CC0-1.0
99

10-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
10+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
1111
on:
1212
push:
1313
paths:

Diff for: .github/workflows/check-markdown-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-markdown-task.md
22
name: Check Markdown
33

4-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
55
on:
66
push:
77
paths:

Diff for: .github/workflows/check-prettier-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-prettier-formatting-task.md
22
name: Check Prettier Formatting
33

4-
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/free-pro-team@latest/actions/reference/events-that-trigger-workflows
55
on:
66
push:
77
paths:

Diff for: .github/workflows/check-python-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
99
on:
1010
push:
1111
paths:

Diff for: .github/workflows/check-shell-task.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-shell-task.md
22
name: Check Shell Scripts
33

4-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
55
on:
66
push:
77
paths:
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: Set environment variables
5252
run: |
53-
# See: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
53+
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
5454
echo "INSTALL_PATH=${{ runner.temp }}/shellcheck" >> "$GITHUB_ENV"
5555
5656
- name: Checkout repository
@@ -77,7 +77,7 @@ jobs:
7777
tar --extract --file="${{ steps.download.outputs.name }}"
7878
EXTRACTION_FOLDER="$(basename "${{ steps.download.outputs.name }}" "${{ env.SHELLCHECK_RELEASE_ASSET_SUFFIX }}")"
7979
# Add installation to PATH:
80-
# See: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
80+
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
8181
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
8282
8383
- name: Run ShellCheck
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- name: Set environment variables
9595
run: |
96-
# See: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
96+
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
9797
echo "SHFMT_INSTALL_PATH=${{ runner.temp }}/shfmt" >> "$GITHUB_ENV"
9898
9999
- name: Checkout repository
@@ -121,7 +121,7 @@ jobs:
121121
# Standardize binary name
122122
mv "${{ env.SHFMT_INSTALL_PATH }}/${{ steps.download.outputs.name }}" "${{ env.SHFMT_INSTALL_PATH }}/shfmt"
123123
# Add installation to PATH:
124-
# See: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
124+
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
125125
echo "${{ env.SHFMT_INSTALL_PATH }}" >> "$GITHUB_PATH"
126126
127127
- name: Format shell scripts

Diff for: .github/workflows/check-taskfiles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-taskfiles.md
22
name: Check Taskfiles
33

4-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
55
on:
66
push:
77
paths:

Diff for: .github/workflows/check-workflows-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/master/workflow-templates/check-workflows-task.md
22
name: Check Workflows
33

4-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
55
on:
66
push:
77
paths:

Diff for: .github/workflows/check-yaml-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
99
on:
1010
push:
1111
paths:

Diff for: .github/workflows/spell-check-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/free-pro-team@latest/actions/reference/events-that-trigger-workflows
99
on:
1010
push:
1111
pull_request:

Diff for: .github/workflows/sync-labels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/sync-labels.md
22
name: Sync Labels
33

4-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
55
on:
66
push:
77
paths:
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- name: Set environment variables
8787
run: |
88-
# See: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
88+
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
8989
echo "MERGED_CONFIGURATION_PATH=${{ runner.temp }}/labels.yml" >> "$GITHUB_ENV"
9090
9191
- name: Determine whether to dry run

Diff for: .github/workflows/test-install-script.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
# Run every day at 03:00 UTC to catch breakage caused by external events
1414
- cron: "0 3 * * *"
1515
# workflow_dispatch event allows the workflow to be triggered manually.
16-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch
16+
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows#workflow_dispatch
1717
workflow_dispatch:
1818

1919
env:
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set install path environment variable
104104
shell: bash
105105
run: |
106-
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
106+
# See: https://docs.github.com/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
107107
echo "BINDIR=${{ runner.temp }}/custom-installation-folder" >> "$GITHUB_ENV"
108108
109109
- name: Download script artifact
@@ -209,7 +209,7 @@ jobs:
209209
- name: Set install path environment variables
210210
shell: bash
211211
run: |
212-
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
212+
# See: https://docs.github.com/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
213213
FIRST_INSTALLATION_FOLDER="first-installation-folder"
214214
echo "FIRST_INSTALLATION_FOLDER=${FIRST_INSTALLATION_FOLDER}" >> "$GITHUB_ENV"
215215
echo "FIRST_BINDIR=${{ runner.temp }}/${FIRST_INSTALLATION_FOLDER}" >> "$GITHUB_ENV"
@@ -239,7 +239,7 @@ jobs:
239239
- name: Add first installation to PATH
240240
shell: bash
241241
run: |
242-
# See: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
242+
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
243243
echo "${{ env.FIRST_BINDIR }}" >> "$GITHUB_PATH"
244244
245245
- name: Check script output with previous installation in PATH (non-Windows)

Diff for: .github/workflows/test-python-poetry-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/free-pro-team@latest/actions/reference/events-that-trigger-workflows
99
on:
1010
create:
1111
push:

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The [Arduino](https://www.arduino.cc/) Tooling Team's collection of reusable pro
2323

2424
## GitHub Actions workflow templates
2525

26-
The [`workflow-templates` folder](workflow-templates) contains a collection of [GitHub Actions workflows](https://docs.github.com/en/actions/quickstart#creating-your-first-workflow) which can be used in any applicable repository either as-is or with minor project-specific configuration.
26+
The [`workflow-templates` folder](workflow-templates) contains a collection of [GitHub Actions workflows](https://docs.github.com/actions/quickstart#creating-your-first-workflow) which can be used in any applicable repository either as-is or with minor project-specific configuration.
2727

2828
More information available [here](workflow-templates#readme).
2929

Diff for: issue-templates/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A menu of issue categories will be presented when the user begins the issue creation process. This "template chooser" also contains links to relevant information, which can redirect support requests or other inappropriate/unproductive uses of the issue tracker.
44

5-
A link to the default organization level [security policy](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository) (using [the default organization-level one](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file) if one is not present for the repository) is displayed in the template chooser, helping to ensure that vulnerability disclosures are done according to policy.
5+
A link to the default organization level [security policy](https://docs.github.com/code-security/getting-started/adding-a-security-policy-to-your-repository) (using [the default organization-level one](https://docs.github.com/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file) if one is not present for the repository) is displayed in the template chooser, helping to ensure that vulnerability disclosures are done according to policy.
66

77
If none of the issue types are applicable, the user can click the "Open a blank issue" link at the bottom of the issue template chooser page to get the previous issue creation behavior.
88

@@ -17,5 +17,5 @@ Each subfolder contains a set of issue templates for a specific application. Doc
1717

1818
## References
1919

20-
- https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates
21-
- https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
20+
- https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates
21+
- https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser

Diff for: issue-templates/minimal/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Replace `REPO_OWNER/REPO_NAME` in the `contact_links[0].url` field of `config.ym
2525

2626
Add links for any additional relevant resources to the `contact_links[]` field of `config.yml`.
2727

28-
Reference: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
28+
Reference: https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2929

3030
## Commit message
3131

@@ -48,12 +48,12 @@ process.
4848
## PR message
4949

5050
```markdown
51-
Although providing a structured template for filling information into an issue report is not appropriate for this project, the [GitHub issue template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates) system offers some additional useful features for automating issue tracker maintenance tasks:
51+
Although providing a structured template for filling information into an issue report is not appropriate for this project, the [GitHub issue template](https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates) system offers some additional useful features for automating issue tracker maintenance tasks:
5252

53-
- [Template chooser](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser) allows redirecting support requests via "Contact Links", and also provides a prominent link to
53+
- [Template chooser](https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser) allows redirecting support requests via "Contact Links", and also provides a prominent link to
5454
security policy to guide vulnerability disclosures.
5555
- Encouraging the reporter to fit their report into a specific issue category results in more clarity.
56-
- Automatic [labeling](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels) according to template choice allows the reporter to do the initial classification.
56+
- Automatic [labeling](https://docs.github.com/issues/using-labels-and-milestones-to-track-work/managing-labels) according to template choice allows the reporter to do the initial classification.
5757

5858
This minimal issue template system provides these benefits without making any changes to the actual issue writing process.
5959
```

Diff for: issue-templates/template-choosers/github-actions/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contact_links:
66
url: https://github.com/REPO_OWNER/REPO_NAME#readme
77
about: Detailed usage documentation is available here.
88
- name: Learn about GitHub Actions
9-
url: https://docs.github.com/en/actions
9+
url: https://docs.github.com/actions
1010
about: Everything you need to know to get started with GitHub Actions.
1111
- name: Support request
1212
url: https://forum.arduino.cc/

Diff for: other/installation-script/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ curl -fsSL https://raw.githubusercontent.com/arduino/REPO_NAME/main/etc/install.
2121
```
2222

2323
If you would like to use the `REPO_NAME` command from any location, install PRODUCT_NAME to a directory already in
24-
your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the PRODUCT_NAME installation path to your
24+
your [`PATH`](https://wikipedia.org/wiki/PATH%5F%28variable%29) or add the PRODUCT_NAME installation path to your
2525
`PATH` environment variable.
2626

2727
If you want to download a specific PRODUCT_NAME version, for example `0.9.0` or `nightly-latest`, pass the version
@@ -36,7 +36,7 @@ curl -fsSL https://raw.githubusercontent.com/arduino/REPO_NAME/main/etc/install.
3636
Pre-built binaries for all the supported platforms are available for download from the links below.
3737

3838
If you would like to use the `REPO_NAME` command from any location, extract the downloaded file to a directory already
39-
in your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the PRODUCT_NAME installation path to your
39+
in your [`PATH`](https://wikipedia.org/wiki/PATH%5F%28variable%29) or add the PRODUCT_NAME installation path to your
4040
`PATH` environment variable.
4141

4242
### Latest release

Diff for: workflow-templates/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Actions workflow templates
22

3-
A collection of reusable [GitHub Actions workflows](https://docs.github.com/en/actions/quickstart#creating-your-first-workflow).
3+
A collection of reusable [GitHub Actions workflows](https://docs.github.com/actions/quickstart#creating-your-first-workflow).
44

55
## Documentation
66

0 commit comments

Comments
 (0)