From da2bfeb8133ac5cfc2b6daf0d1af819bde1a6cd7 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Thu, 10 Aug 2023 17:24:28 +0100 Subject: [PATCH] Check object_store format in CI --- .github/workflows/rust.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c1c7f4d90fd4..f198f48dfec5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -98,7 +98,10 @@ jobs: uses: ./.github/actions/setup-builder - name: Setup rustfmt run: rustup component add rustfmt - - name: Run + - name: Format arrow + run: cargo fmt --all -- --check + - name: Format object_store + working-directory: object_store run: cargo fmt --all -- --check msrv: