Skip to content

Use rand =0.9.0-beta.1; fixes #14

Use rand =0.9.0-beta.1; fixes

Use rand =0.9.0-beta.1; fixes #14

Workflow file for this run

name: Workspace
on:
pull_request:
paths-ignore:
- README.md
push:
branches: master
paths-ignore:
- README.md
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- name: Clippy
run: cargo clippy --all --all-targets -- -D warnings
- name: Rustfmt
run: cargo fmt --all -- --check