Skip to content

Commit

Permalink
ci: restore docs/cli/zetacored/cli.md and improve file generation a…
Browse files Browse the repository at this point in the history
…ction (#3397)

* add zetacored cli back

* improve generate file

* remove zetatool

* Revert "remove zetatool"

This reverts commit d0eedb0.

* remove zetacored

* add file back

* add new line

* debug output

* debug output 2

* fix generation

* put debug in error case

* Update .github/workflows/generate-files.yml
  • Loading branch information
lumtis authored Jan 23, 2025
1 parent 399aa24 commit 64578a5
Show file tree
Hide file tree
Showing 2 changed files with 14,565 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:

- name: Check for changes
run: |
if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol; then
echo "Generated Go files are up-to-date."
else
if [[ -n $(git status --porcelain) ]]; then
echo "::error::Generated files are not up-to-date. Please run 'make generate' locally and commit any changes."
git status --porcelain
git diff
exit 1
fi
Loading

0 comments on commit 64578a5

Please sign in to comment.