Skip to content

Commit

Permalink
bump mpl and check
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit committed Jan 15, 2025
1 parent dc57046 commit 223ea3a
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/actions/polymorph_codegen/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ runs:
run: |
make polymorph_go
- name: just print
shell: bash
run: |
cat AwsEncryptionSDK/runtimes/go/ImplementationFromDafny-go/awscryptographyencryptionsdksmithygenerated/to_dafny.go
- name: Check regenerated code against commited code
# Composite action inputs seem to not actually support booleans properly for some reason
if: inputs.diff-generated-code == 'true'
Expand Down

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

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

2 changes: 1 addition & 1 deletion mpl
Submodule mpl updated from 93798f to 4508ab

0 comments on commit 223ea3a

Please sign in to comment.