From 02e8c5bf357cad65a5fea3cfd35acbe15a452fa6 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Thu, 13 Feb 2025 16:48:35 -0600 Subject: [PATCH] Disable CI check for formatting --- .github/workflows/swiftfmt.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swiftfmt.yml b/.github/workflows/swiftfmt.yml index 510ad97..f85ef18 100644 --- a/.github/workflows/swiftfmt.yml +++ b/.github/workflows/swiftfmt.yml @@ -17,5 +17,6 @@ jobs: with: show-progress: false - - name: Check formating - run: swiftformat --lint . --reporter github-actions-log + # Re-enable in follow-up PR that does the formatting. + # - name: Check formating + # run: swiftformat --lint . --reporter github-actions-log