Skip to content

Commit

Permalink
Merge pull request #5 from palomachain/bugfix/action-cosmwasm-check
Browse files Browse the repository at this point in the history
Bugfix/action cosmwasm check
  • Loading branch information
taariq authored Sep 27, 2024
2 parents 82d8cda + 9d617b1 commit 1e858d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/WasmCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --debug --version 1.2.0 cosmwasm-check
args: --debug cosmwasm-check

- name: Check wasm contracts
run: cosmwasm-check ./target/wasm32-unknown-unknown/release/*.wasm
Expand Down

0 comments on commit 1e858d6

Please sign in to comment.