Skip to content

Commit

Permalink
.github/workflows: entry of last commit to go-generate check
Browse files Browse the repository at this point in the history
The last commit edits a generated file.
This patch registers this last commit
to be reverted before the go-generate
CI test is run.

Date: 2023-04-13 07:52:52-07:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Apr 14, 2023
1 parent 1e5b446 commit 4cbae0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-generate-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
# Intentionally revert this commit which has a custom modification to the genesis unmarshaling,
# with regards reading different genesis formats origniating from different clients
# This way, this script can alert us on any code changes that have to be applied on if file gets changed.
# This commit implements genesis JSON unmarshaling for supported data types.
git revert --no-edit 7dafb43840f8d229845b006ca8d5353f073e788c
# This commit implements omit-empty JSON marshaling for Receipt's effectiveGasPrice field.
git revert --no-edit 1e5b446042262be42637706620b2b353cc97e8cc
- name: Check for modified files
id: git-check
Expand Down

0 comments on commit 4cbae0b

Please sign in to comment.