Skip to content

Commit

Permalink
revert generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 19, 2024
1 parent f3e49d1 commit 9ba0b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generated-files_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Check for changes
run: |
if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol -- pkg types; then
if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol -- pkg typechain-types; then
echo "Generated Go files are up-to-date."
else
echo "::error::Generated files are not up-to-date. Please run 'yarn generate' locally and commit any changes."
Expand Down

0 comments on commit 9ba0b31

Please sign in to comment.