Skip to content

Commit

Permalink
remove generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Jan 1, 2024
1 parent 5efe284 commit 8c491b9
Show file tree
Hide file tree
Showing 33 changed files with 58 additions and 47,380 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/customer-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/golang-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/rust-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/stable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ui-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ nexus/server/tests/results/actual/

go.work
go.work.sum

# generated protobuf files
ui/grpc_generated
flow/generated
Loading

0 comments on commit 8c491b9

Please sign in to comment.