Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aptos-movefmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
CLI_VERSION: 7.11.1
- name: Update movefmt
run: aptos update movefmt --target-version 1.3.7 # Fix version to prevent accidentally breaking the CI
run: aptos update movefmt --target-version 1.3.8 # Fix version to prevent accidentally breaking the CI
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- name: Run movefmt
run: make fmt
- name: Check if any files have been changed
Expand Down
178 changes: 159 additions & 19 deletions bindings/ccip/rmn_remote/rmn_remote.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading