From da5fc3a9d64cd7870135577d925c383d04a6de77 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Thu, 13 Feb 2025 16:49:32 -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 f85ef18..510ad97 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: swiftformat --lint . --reporter github-actions-log + - name: Check formating + run: swiftformat --lint . --reporter github-actions-log