Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e4dc604

Browse files
authored
Merge pull request #203 from per1234/update-urls
Update redirecting URLs in reference links
2 parents 3e228ef + 5a5752f commit e4dc604

14 files changed

+17
-17
lines changed

‎.github/workflows/check-general-formatting-task.yml‎

Lines changed: 3 additions & 3 deletions
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/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: Set environment variables
4949
run: |
50-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
50+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#setting-an-environment-variable
5151
echo "EC_INSTALL_PATH=${{ runner.temp }}/editorconfig-checker" >>"$GITHUB_ENV"
5252
5353
- name: Checkout repository
@@ -82,7 +82,7 @@ jobs:
8282
"${{ env.EC_INSTALL_PATH }}/bin/ec"
8383
8484
# Add installation to PATH:
85-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
85+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#adding-a-system-path
8686
echo "${{ env.EC_INSTALL_PATH }}/bin" >>"$GITHUB_PATH"
8787
8888
- name: Check formatting

‎.github/workflows/check-go-dependencies-task.yml‎

Lines changed: 1 addition & 1 deletion
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-go-dependencies-task.md
22
name: Check Go Dependencies
33

4-
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:

‎.github/workflows/check-go-task.yml‎

Lines changed: 1 addition & 1 deletion
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-go-task.md
22
name: Check Go
33

4-
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:

‎.github/workflows/check-license.yml‎

Lines changed: 1 addition & 1 deletion
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-license.md
22
name: Check License
33

4-
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:

‎.github/workflows/check-markdown-task.yml‎

Lines changed: 1 addition & 1 deletion
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/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:

‎.github/workflows/check-npm-task.yml‎

Lines changed: 1 addition & 1 deletion
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-npm-task.md
22
name: Check npm
33

4-
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:

‎.github/workflows/check-prettier-formatting-task.yml‎

Lines changed: 1 addition & 1 deletion
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/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:

‎.github/workflows/check-taskfiles.yml‎

Lines changed: 1 addition & 1 deletion
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/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:

‎.github/workflows/check-workflows-task.yml‎

Lines changed: 1 addition & 1 deletion
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-workflows-task.md
22
name: Check Workflows
33

4-
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
push:
77
paths:

‎.github/workflows/check-yaml-task.yml‎

Lines changed: 1 addition & 1 deletion
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-yaml-task.md
22
name: Check YAML
33

4-
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /