From 7e09e23c72a15bffe1a437181fc740d1c6da08db Mon Sep 17 00:00:00 2001 From: Tom Bates Date: Mon, 22 Apr 2024 17:04:41 +0100 Subject: [PATCH] Removed swiftlint from github actions --- .github/workflows/pull_request.yaml | 5 ----- GovUK.xcodeproj/project.pbxproj | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 8e69bd78..9750999f 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -21,11 +21,6 @@ jobs: lfs: 'true' fetch-depth: 0 - - name: Swiftlint - uses: norio-nomura/action-swiftlint@3.2.1 - with: - args: --strict - - name: Setup Ruby uses: ruby/setup-ruby@v1 diff --git a/GovUK.xcodeproj/project.pbxproj b/GovUK.xcodeproj/project.pbxproj index b9d6de5d..c39745c7 100644 --- a/GovUK.xcodeproj/project.pbxproj +++ b/GovUK.xcodeproj/project.pbxproj @@ -327,7 +327,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nif test -d \"/opt/homebrew/bin/\"; then\n PATH=\"/opt/homebrew/bin/:${PATH}\"\nfi\n\nif which swiftlint >/dev/null; then\n swiftlint --fix\n swiftlint --strict\nelse\n echo \"warning: SwiftLint not installed, please run brew install swiftlint\"\nfi\n"; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nif which swiftlint >/dev/null; then\n swiftlint --fix\n swiftlint --strict\nelse\n echo \"warning: SwiftLint not installed, please run brew install swiftlint\"\nfi\n"; }; /* End PBXShellScriptBuildPhase section */