From f1306d82d4b9f8a11d7b4017278c8062b7b68ad9 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Thu, 20 Feb 2025 15:20:03 -0600 Subject: [PATCH] Enable CI check for formatting --- .github/workflows/swiftfmt.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swiftfmt.yml b/.github/workflows/swiftfmt.yml index c6b12de..da93362 100644 --- a/.github/workflows/swiftfmt.yml +++ b/.github/workflows/swiftfmt.yml @@ -17,6 +17,5 @@ jobs: with: show-progress: false - # Re-enable in follow-up PR that does the formatting. - # - name: Check formating - # run: ./swift-format.sh check + - name: Check formating + run: ./swift-format.sh check