Skip to content

first commit

first commit #100

Workflow file for this run

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