-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5efe284
commit 8c491b9
Showing
33 changed files
with
58 additions
and
47,380 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,12 @@ jobs: | |
with: | ||
workspaces: nexus | ||
|
||
- uses: bufbuild/[email protected] | ||
|
||
- name: setup protos | ||
run: | | ||
./generate_protos.sh | ||
- name: cargo check | ||
run: cargo check | ||
working-directory: ./nexus | ||
|
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 |
---|---|---|
|
@@ -23,6 +23,12 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
- uses: bufbuild/[email protected] | ||
|
||
- name: setup protos | ||
run: | | ||
./generate_protos.sh | ||
- uses: depot/setup-action@v1 | ||
|
||
- name: Login to GitHub Container Registry | ||
|
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 |
---|---|---|
|
@@ -22,6 +22,12 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
- uses: bufbuild/[email protected] | ||
|
||
- name: setup protos | ||
run: | | ||
./generate_protos.sh | ||
- uses: depot/setup-action@v1 | ||
|
||
- name: Login to GitHub Container Registry | ||
|
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 |
---|---|---|
|
@@ -32,6 +32,12 @@ jobs: | |
- name: checkout sources | ||
uses: actions/checkout@v4 | ||
|
||
- uses: bufbuild/[email protected] | ||
|
||
- name: setup protos | ||
run: | | ||
./generate_protos.sh | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: ">=1.21.0" | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,12 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
- uses: bufbuild/[email protected] | ||
|
||
- name: setup protos | ||
run: | | ||
./generate_protos.sh | ||
- name: golangci-lint | ||
uses: reviewdog/action-golangci-lint@v2 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,12 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
- uses: bufbuild/[email protected] | ||
|
||
- name: setup protos | ||
run: | | ||
./generate_protos.sh | ||
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
components: clippy | ||
|
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 |
---|---|---|
|
@@ -20,6 +20,12 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
- uses: bufbuild/[email protected] | ||
|
||
- name: setup protos | ||
run: | | ||
./generate_protos.sh | ||
- uses: depot/setup-action@v1 | ||
|
||
- name: Login to GitHub Container Registry | ||
|
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 |
---|---|---|
|
@@ -18,6 +18,12 @@ jobs: | |
- name: checkout | ||
uses: actions/checkout@v4 | ||
|
||
- uses: bufbuild/[email protected] | ||
|
||
- name: setup protos | ||
run: | | ||
./generate_protos.sh | ||
- name: Install Node.js dependencies | ||
working-directory: ui | ||
run: npm ci | ||
|
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 |
---|---|---|
|
@@ -22,6 +22,12 @@ jobs: | |
- name: checkout | ||
uses: actions/checkout@v4 | ||
|
||
- uses: bufbuild/[email protected] | ||
|
||
- name: setup protos | ||
run: | | ||
./generate_protos.sh | ||
- name: Install Node.js dependencies | ||
working-directory: ui | ||
run: npm ci | ||
|
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.