Skip to content

Commit 296d9a9

Browse files
committed
Update repository name references
Two changes have been made to the repository name: * owner transferred from per1234 personal account to the per1234-org repository * name changed from .github to project-assets
1 parent 1a00487 commit 296d9a9

Some content is hidden

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

53 files changed

+53
-53
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/per1234/.github/blob/main/workflow-templates/assets/check-json/.eslintrc.yml
1+
# Source: https://github.com/per1234/project-assets/blob/main/workflow-templates/assets/check-json/.eslintrc.yml
22
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-javascript/.eslintrc.yml
33
# See: https://eslint.org/docs/user-guide/configuring/
44
# See: https://ota-meshi.github.io/eslint-plugin-jsonc/rules/

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
contact_links:
77
- name: Learn about using this project
8-
url: https://github.com/per1234/.github#readme
8+
url: https://github.com/per1234/project-assets#readme
99
about: Detailed usage documentation is available here.
1010
- name: Learn about GitHub Actions
1111
url: https://docs.github.com/actions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/per1234/.github/blob/main/workflow-templates/check-general-formatting.md
1+
# Source: https://github.com/per1234/project-assets/blob/main/workflow-templates/check-general-formatting.md
22
name: Check General Formatting
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

.github/workflows/check-javascript-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/per1234/.github/blob/main/workflow-templates/check-javascript-npm.md
1+
# Source: https://github.com/per1234/project-assets/blob/main/workflow-templates/check-javascript-npm.md
22
name: Check JavaScript
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

.github/workflows/check-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/per1234/.github/blob/main/workflow-templates/check-json.md
1+
# Source: https://github.com/per1234/project-assets/blob/main/workflow-templates/check-json.md
22
name: Check JSON
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

.github/workflows/check-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/per1234/.github/blob/main/workflow-templates/check-markdown.md
1+
# Source: https://github.com/per1234/project-assets/blob/main/workflow-templates/check-markdown.md
22
name: Check Markdown
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

.github/workflows/check-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/per1234/.github/blob/main/workflow-templates/check-npm.md
1+
# Source: https://github.com/per1234/project-assets/blob/main/workflow-templates/check-npm.md
22
name: Check npm
33

44
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/per1234/.github/blob/main/workflow-templates/check-prettier-formatting.md
1+
# Source: https://github.com/per1234/project-assets/blob/main/workflow-templates/check-prettier-formatting.md
22
name: Check Prettier Formatting
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

.github/workflows/check-shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/per1234/.github/blob/main/workflow-templates/check-shell.md
1+
# Source: https://github.com/per1234/project-assets/blob/main/workflow-templates/check-shell.md
22
name: Check Shell Scripts
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

.github/workflows/check-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/per1234/.github/blob/main/workflow-templates/check-workflows.md
1+
# Source: https://github.com/per1234/project-assets/blob/main/workflow-templates/check-workflows.md
22
name: Check Workflows
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows

0 commit comments

Comments
 (0)