Skip to content

Commit

Permalink
validate checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 20, 2024
1 parent 1989e3e commit 8ff7e0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cw-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ jobs:
crate: cosmwasm-check

- name: Check compiled CosmWasm contract
run: cosmwasm-check artifacts/cw_check.wasm
working-directory: artifacts
run: |
sha256sum -c checksums.txt
cosmwasm-check cw_check.wasm

0 comments on commit 8ff7e0c

Please sign in to comment.