Skip to content

Commit

Permalink
update job
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Aug 5, 2024
1 parent 5da4a1a commit 6402f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/assets/check_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contains() {
}

for crate in "${crates[@]}"; do
if contains "${exclude_crates[@]}" "$crate"; then
if contains exclude_crates "$crate"; then
results+=("3:⏭️:$crate")
continue
fi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: dcarbone/install-jq-action@v2
- name: Run Wasm checks
run: .github/assets/check_wasm.sh

Expand Down

0 comments on commit 6402f1e

Please sign in to comment.