-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 release-please--branches--main--components--…
…blobstorage
- Loading branch information
Showing
75 changed files
with
2,622 additions
and
2,097 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
.github/workflows/bridge-ui-ci.yml → .github/workflows/bridge-ui--ci.yml
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
name: Bridge UI Build and Checks | ||
|
||
on: | ||
workflow_call | ||
on: workflow_call | ||
|
||
jobs: | ||
build: | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
|
||
jobs: | ||
lint-eventindexer: | ||
name: lint | ||
name: lint-eventindexer | ||
runs-on: [taiko-runner] | ||
steps: | ||
- uses: actions/setup-go@v5 | ||
|
@@ -30,7 +30,7 @@ jobs: | |
|
||
test-eventindexer: | ||
runs-on: [taiko-runner] | ||
needs: lint | ||
needs: lint-eventindexer | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -10,8 +10,8 @@ on: | |
- "packages/guardian-prover-health-check/**" | ||
|
||
jobs: | ||
lint: | ||
name: lint | ||
lint-guardian-prover-health-check: | ||
name: lint-guardian-prover-health-check | ||
runs-on: [taiko-runner] | ||
steps: | ||
- uses: actions/setup-go@v5 | ||
|
@@ -28,9 +28,9 @@ jobs: | |
working-directory: ./packages/guardian-prover-health-check | ||
args: --config=.golangci.yml --timeout=4m | ||
|
||
test: | ||
test-guardian-prover-health-check: | ||
runs-on: [taiko-runner] | ||
needs: lint | ||
needs: lint-guardian-prover-health-check | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -52,7 +52,7 @@ jobs: | |
files: ./packages/guardian-prover-health-check/coverage.txt | ||
flags: guardian-prover-health-check | ||
|
||
push-docker-image: | ||
push-guardian-prover-health-check-docker-image: | ||
# only push docker image on PR merge to main | ||
if: ${{ github.event }} == 'push' | ||
name: Build and push docker image | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
|
||
jobs: | ||
lint-relayer: | ||
name: lint | ||
name: lint-relayer | ||
runs-on: [taiko-runner] | ||
steps: | ||
- uses: actions/setup-go@v5 | ||
|
@@ -30,7 +30,7 @@ jobs: | |
|
||
test-relayer: | ||
runs-on: [taiko-runner] | ||
needs: lint | ||
needs: lint-relayer | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
.github/workflows/taikoon-ui-ci.yml → .github/workflows/taikoon-ui--ci.yml
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
name: Taikoon UI Build and Checks | ||
|
||
on: | ||
workflow_call | ||
on: workflow_call | ||
|
||
jobs: | ||
build: | ||
|
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.