Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Additional permutational testing using Loom. #10

Additional permutational testing using Loom.

Additional permutational testing using Loom. #10

Workflow file for this run

on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- run: cargo fmt -- --check
- run: cargo clippy --all-targets -- --deny warnings