From 8a4604eb4ce9ed72e5f7e9d828009ba50a6b7d84 Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Sun, 19 Nov 2023 20:27:10 +1100 Subject: [PATCH] Update linting.yml --- .github/workflows/linting.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 26bb4aa..cc649d7 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -18,6 +18,10 @@ jobs: run: swiftlint --version - name: Run SwiftLint run: swiftlint --strict + - name: Print SwiftFormat version + run: swiftformat --version + - name: Run SwiftFormat + run: swiftformat --lint . - name: Download DrString run: curl --location --remote-name https://github.com/dduan/DrString/releases/latest/download/drstring-x86_64-apple-darwin.tar.gz - name: Extract DrString