From 06ed74654192590c51ec5f2309f669102c01abde Mon Sep 17 00:00:00 2001 From: Levi Eggert Date: Tue, 9 Jul 2024 08:28:47 -0400 Subject: [PATCH] Remove mode --- .github/workflows/swift-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-lint.yml b/.github/workflows/swift-lint.yml index 577ea0e260..659d8a5540 100644 --- a/.github/workflows/swift-lint.yml +++ b/.github/workflows/swift-lint.yml @@ -28,4 +28,4 @@ jobs: uses: ./.github/actions/pod-install - name: Swift Lint - run: bundle exec fastlane cru_shared_lane_swift_lint config_file:./.github/swiftlint.yml mode:lint path:./godtools/App raise_if_swiftlint_error:true \ No newline at end of file + run: bundle exec fastlane cru_shared_lane_swift_lint config_file:./.github/swiftlint.yml path:./godtools/App raise_if_swiftlint_error:true \ No newline at end of file