Skip to content

Commit c026e82

Browse files
Merge pull request #41 from rootstrap/chore/readme
Chore/readme
2 parents d5b9322 + 7edf6ef commit c026e82

File tree

22 files changed

+33
-84
lines changed

22 files changed

+33
-84
lines changed

.github/actions/eas-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/actions/eas-build/action.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/actions/eas-build/action.yml
33
# EAS Build docs: https://docs.expo.dev/eas-update/github-actions/
44

55
# ✍️ Description:

.github/actions/setup-jdk-generate-apk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/actions/setup-jdk-generate-apk/action.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/actions/setup-jdk-generate-apk/action.yml
33
# Composite actions docs: https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
44

55
# ✍️ Description:

.github/actions/setup-node-pnpm-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/actions/setup-node-pnpm-install/action.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/actions/setup-node-pnpm-install/action.yml
33
# Composite actions docs: https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
44

55
# ✍️ Description:

.github/workflows/compress-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/compress-images.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/compress-images.yml
33

44
# ✍️ Description:
55
# This workflow is used to compress images in the repo.

.github/workflows/e2e-android-eas-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/e2e-android-eas-build.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/e2e-android-eas-build.yml
33
# End-to-end testing: https://starter.obytes.com/testing/end-to-end-testing/
44

55
# ✍️ Description:

.github/workflows/e2e-android-maestro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/e2e-android.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/e2e-android.yml
33
# End-to-end testing: https://starter.obytes.com/testing/end-to-end-testing/
44

55
# ✍️ Description:

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/e2e-android.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/e2e-android.yml
33
# End-to-end testing: https://starter.obytes.com/testing/end-to-end-testing/
44

55
# ✍️ Description:

.github/workflows/eas-build-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/eas-build-prod.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/eas-build-prod.yml
33
# Starter releasing process: https://starter.obytes.com/ci-cd/app-releasing-process/
44

55
# ✍️ Description:

.github/workflows/eas-build-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/eas-build-qa.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/eas-build-qa.yml
33
# Starter releasing process: https://starter.obytes.com/ci-cd/app-releasing-process/
44

55
# ✍️ Description:

.github/workflows/expo-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🔗 Links:
2-
# Source file: https://github.com/obytes/react-native-template-obytes/blob/master/.github/workflows/expo-doctor.yml
2+
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/expo-doctor.yml
33

44
# ✍️ Description:
55
# This workflow runs the expo doctor command to check if your project dependencies are aligned with the expo sdk version you are using.

0 commit comments

Comments
 (0)