Skip to content

chore(ci): Update target wasm32-wasi to wasm32-wasip1 for ci #1376

chore(ci): Update target wasm32-wasi to wasm32-wasip1 for ci

chore(ci): Update target wasm32-wasi to wasm32-wasip1 for ci #1376

Workflow file for this run

name: deps
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule: [cron: "00 00 * * *"]
jobs:
cargo-deny:
name: cargo deny check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all