Skip to content

Fix: Hydratation of empty lists next to components. #1662

Fix: Hydratation of empty lists next to components.

Fix: Hydratation of empty lists next to components. #1662

Workflow file for this run

name: cargo fmt
on:
pull_request:
paths:
- "**/*.rs"
push:
branches: [master]
paths:
- "**/*.rs"
jobs:
format:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: rustfmt
- name: Run fmt
run: cargo +nightly fmt --all -- --check --unstable-features