Skip to content

Move regex to satisfy clippy #687

Move regex to satisfy clippy

Move regex to satisfy clippy #687

Workflow file for this run

name: Rust Clippy Check
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Check linting with clippy
run: |
cd datagen
cargo clippy -- -D warnings