Skip to content

Update oneio requirement from 0.16.7 to 0.17.0 #45

Update oneio requirement from 0.16.7 to 0.17.0

Update oneio requirement from 0.16.7 to 0.17.0 #45

Workflow file for this run

name: formatting
on:
push:
branches: [ main ]
paths:
- '**.rs'
pull_request:
branches: [ main ]
paths-ignore:
- '**.rs'
env:
CARGO_TERM_COLOR: always
jobs:
cargo-fmt-check:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run format check
run: cargo fmt --check