From c18a399dde87e551963bebd6ea6e8a4ca2faef21 Mon Sep 17 00:00:00 2001 From: Miron Pawlik Date: Wed, 22 May 2024 13:37:11 +0200 Subject: [PATCH] Update CI script (CR) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ec428a..773d03f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,10 +11,10 @@ jobs: run: brew install swift-format xcbeautify - name: Run formatter 🎨 - run: swift-format format -i -r ./**/**/*.swift --configuration swift-format-config.json + run: swift-format format -i -r ./**/*.swift --configuration swift-format-config.json - name: Run lint 👀 - run: swift-format lint -r -s ./**/**/*.swift --configuration swift-format-config.json + run: swift-format lint -r -s ./**/*.swift --configuration swift-format-config.json - name: Generate mocks 🫥 run: swift package update Mockingbird && ./gen-mocks.sh