Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wc117 committed Sep 27, 2024
1 parent 82d8cda commit bd06b02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/WasmCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- release/*
- bugfix/action-cosmwasm-check

name: Wasm Checks

Expand All @@ -31,7 +32,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 bd06b02

Please sign in to comment.