Skip to content

fixing some unchecked additions #2

fixing some unchecked additions

fixing some unchecked additions #2

Workflow file for this run

name: Rust Example
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: icepuma/rust-action@master
with:
args: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test