Merge CI configs

pull/2435/head
Yorke Rhodes 1 year ago
parent 16146f0f03
commit d9cd552c62
No known key found for this signature in database
GPG Key ID: 9EEACF1DA75C5627
  1. 10
      .github/CODEOWNERS
  2. 3
      .github/workflows/e2e.yml
  3. 0
      .github/workflows/helloworld.yml
  4. 2
      .github/workflows/monorepo-docker.yml
  5. 6
      .github/workflows/node.yml
  6. 0
      .github/workflows/token.yml
  7. 8
      .gitmodules
  8. 1
      typescript/helloworld/.github/CODEOWNERS
  9. 550
      typescript/helloworld/.yarn/plugins/@yarnpkg/plugin-version.cjs
  10. 785
      typescript/helloworld/.yarn/releases/yarn-3.2.0.cjs
  11. 14868
      typescript/helloworld/yarn.lock
  12. 3
      typescript/token/.github/CODEOWNERS
  13. 785
      typescript/token/.yarn/releases/yarn-3.2.0.cjs
  14. 14919
      typescript/token/yarn.lock

@ -16,9 +16,11 @@ rust/ @mattiecnvr @tkporter @asaj
## SDK
typescript/sdk @yorhodes @jmrossy
## Token
typescript/token @yorhodes @jmrossy @tkporter
## Hello World
typescript/helloworld @yorhodes @nambrot
## Infra
typescript/infra @tkporter @asaj @mattiecnvr
## Submodules
typescript/token @yorhodes @jmrossy
typescript/helloworld @yorhodes

@ -29,9 +29,6 @@ jobs:
with:
submodules: recursive
- name: remove submodule locks
run: git submodule foreach 'test -f yarn.lock && rm yarn.lock || echo "No yarn.lock file in this submodule"'
- name: setup rust
uses: actions-rs/toolchain@v1
with:

@ -38,8 +38,6 @@ jobs:
with:
submodules: recursive
- name: remove submodule locks
run: git submodule foreach 'test -f yarn.lock && rm yarn.lock || echo "No yarn.lock file in this submodule"'
- name: Generate tag data
id: taggen
run: |

@ -18,9 +18,6 @@ jobs:
with:
submodules: recursive
- name: remove submodule locks
run: git submodule foreach 'test -f yarn.lock && rm yarn.lock || echo "No yarn.lock file in this submodule"'
- name: yarn-cache
uses: actions/cache@v3
with:
@ -50,9 +47,6 @@ jobs:
with:
node-version: 16
- name: remove submodule locks
run: git submodule foreach 'test -f yarn.lock && rm yarn.lock || echo "No yarn.lock file in this submodule"'
- name: yarn-cache
uses: actions/cache@v3
with:

8
.gitmodules vendored

@ -1,11 +1,3 @@
[submodule "typescript/token"]
path = typescript/token
url = git@github.com:hyperlane-xyz/hyperlane-token.git
branch = main
[submodule "typescript/helloworld"]
path = typescript/helloworld
url = git@github.com:hyperlane-xyz/hyperlane-app-template.git
branch = main
[submodule "solidity/lib/forge-std"]
path = solidity/lib/forge-std
url = https://github.com/foundry-rs/forge-std

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

@ -1,3 +0,0 @@
* @yorhodes @jmrossy @asaj
contracts @yorhodes

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save