Skip to content

chore(deps): update apache/skywalking-eyes digest to 6753eae #380

chore(deps): update apache/skywalking-eyes digest to 6753eae

chore(deps): update apache/skywalking-eyes digest to 6753eae #380

Workflow file for this run

name: formatting
on: [push, pull_request]
jobs:
format:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
components: rustfmt
toolchain: 1.69.0
- run: cargo fmt --check