Skip to content

Update ZeroC.Slice README (#4083) #181

Update ZeroC.Slice README (#4083)

Update ZeroC.Slice README (#4083) #181

Workflow file for this run

name: rustfmt
on:
push:
branches: ["0.4.x"]
pull_request:
branches: ["0.4.x"]
jobs:
rustfmt:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: 📦 Install nightly toolchain
run: |
rustup toolchain install nightly
rustup component add rustfmt --toolchain nightly
- name: 🔎 Format using rustfmt
working-directory: tools/slicec-cs
run: cargo +nightly fmt --check