-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ci-deploy-roid
- Loading branch information
Showing
38 changed files
with
542 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,27 +5,34 @@ on: | |
branches: [ main ] | ||
|
||
jobs: | ||
|
||
build: | ||
name: build | ||
runs-on: ubuntu-latest | ||
defaults: | ||
run: | ||
working-directory: gg-mono | ||
# defaults: | ||
# run: | ||
# working-directory: gg-mono | ||
timeout-minutes: 1 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8.12.1 | ||
- name: install dependencies | ||
run: pnpm install --frozen-lockfile | ||
run: cd gg-mono && pnpm install --frozen-lockfile | ||
- name: lint | ||
run: pnpm lint | ||
run: cd gg-mono && pnpm lint | ||
- name: format | ||
run: pnpm format:check | ||
run: cd gg-mono && pnpm format:check | ||
- name: build | ||
run: pnpm build | ||
|
||
run: cd gg-mono && pnpm build | ||
- name: install dependencies | ||
run: cd native_gg && pnpm install --frozen-lockfile | ||
- name: lint | ||
run: cd native_gg && pnpm lint | ||
- name: format | ||
run: cd native_gg && pnpm format:check | ||
|
||
|
||
changes: | ||
runs-on: ubuntu-latest | ||
outputs: | ||
|
@@ -34,8 +41,8 @@ jobs: | |
docs: ${{ steps.changes.outputs.docs }} | ||
react-native: ${{ steps.changes.outputs.react-native }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dorny/paths-filter@v2 | ||
- uses: actions/checkout@v4.1.1 | ||
- uses: dorny/paths-filter@v2.11.1 | ||
id: changes | ||
with: | ||
filters: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# New dependencies should be an exact version | ||
save-prefix="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.