Skip to content

Move regex to satisfy clippy #686

Move regex to satisfy clippy

Move regex to satisfy clippy #686

Workflow file for this run

name: Rust Format Check
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Check Formatting
run: |
cd datagen
cargo fmt -- --check