Skip to content

Commit

Permalink
Removed swiftlint from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Bates committed Apr 22, 2024
1 parent 58d69c9 commit 7e09e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion GovUK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 7e09e23

Please sign in to comment.