Skip to content

⬆️ Bump libc from 0.2.161 to 0.2.162 #647

⬆️ Bump libc from 0.2.161 to 0.2.162

⬆️ Bump libc from 0.2.161 to 0.2.162 #647

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