Skip to content

Move up windows-rs and fastrand #95

Move up windows-rs and fastrand

Move up windows-rs and fastrand #95

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- name: Run clippy
run: make lint