Skip to content

⬆️ Bump libc from 0.2.160 to 0.2.161 #611

⬆️ Bump libc from 0.2.160 to 0.2.161

⬆️ Bump libc from 0.2.160 to 0.2.161 #611

Workflow file for this run

name: format
on:
pull_request:
push:
jobs:
rust_check_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-rust
- name: run check format
run: cargo fmt --check
env:
RUST_BACKTRACE: 1