Closed rjstelling closed 4 years ago
The action seems to run SwiftLint with no issues, but then fails with this error:
SwiftLint
Docker run failed with exit code 2
I have a .swiftlint.yml file that includes some disabled rules, excluded paths. Other than that nothing odd about my repo.
.swiftlint.yml
I can run SwiftLint successfully on my local machine (macOS).
After doing some more research, this is expected behaviour if you code has errors.
The action seems to run
SwiftLint
with no issues, but then fails with this error:I have a
.swiftlint.yml
file that includes some disabled rules, excluded paths. Other than that nothing odd about my repo.I can run SwiftLint successfully on my local machine (macOS).