Skip to content

chore(deps): bump tqdm from 4.62.3 to 4.66.3 in /examples/filter_example #633

chore(deps): bump tqdm from 4.62.3 to 4.66.3 in /examples/filter_example

chore(deps): bump tqdm from 4.62.3 to 4.66.3 in /examples/filter_example #633

Workflow file for this run

name: Format Check
on:
push:
pull_request:
jobs:
fmt-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check code formatting
run: cargo fmt -- --check --verbose