From a388dd213da126fef5d4349d255328e1c0e29a26 Mon Sep 17 00:00:00 2001 From: Marius Felkner Date: Thu, 25 Apr 2024 07:49:22 +0200 Subject: [PATCH] add: swiftformat to lint checks on ci --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 96a29f9..a06b1f5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,4 +14,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: jdx/mise-action@v2 - - run: swiftlint --strict \ No newline at end of file + - run: swiftlint --strict + - run: swiftformat . --lint --strict \ No newline at end of file