Skip to content

Commit

Permalink
💚 Update make commands
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Oct 21, 2024
1 parent f038302 commit f94d972
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 65 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/update-actions.yaml

This file was deleted.

11 changes: 10 additions & 1 deletion .github/workflows/update-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,16 @@ jobs:
git_commit_gpgsign: true
- name: Run update command
run: |
make update/libs
make files
make update
make helm/schema/all
make k8s/manifest/update
make k8s/manifest/helm-operator/update
make k8s/manifest/benchmark-operator/update
make helm/docs/vald
make helm/docs/vald-helm-operator
make helm/docs/vald-benchmark-operator
make format
- name: Check difference
id: check_diff
run: |
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ update: \
deps \
update/template \
go/deps \
go/example/deps \
rust/deps \
format

Expand Down

0 comments on commit f94d972

Please sign in to comment.