Skip to content

Update wasmtime requirement from 1.0.0 to 14.0.1 #186

Update wasmtime requirement from 1.0.0 to 14.0.1

Update wasmtime requirement from 1.0.0 to 14.0.1 #186

Workflow file for this run

name: Linters
on:
pull_request: {}
push:
branches: [ main ]
jobs:
rustfmt:
name: Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Cache Cargo
uses: Swatinem/[email protected]
- uses: actions-rs/cargo@v1
with:
command: fmt
args: ---all -- --check
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all --all-features -- -D warnings