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 */