norio-nomura / action-swiftlint

GitHub Action for SwiftLint
MIT License
370 stars 58 forks source link

Action fails after running swiftlint #26

Closed rjstelling closed 4 years ago

rjstelling commented 4 years ago

The action seems to run SwiftLint with no issues, but then fails with this error:

Docker run failed with exit code 2
image

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).

rjstelling commented 4 years ago

After doing some more research, this is expected behaviour if you code has errors.