wearerequired / lint-action

✨ GitHub Action for detecting and auto-fixing lint errors
MIT License
576 stars 140 forks source link

CI Fixes #811

Open tomjn opened 4 months ago

tomjn commented 4 months ago

This was originally just to upgrade Node from v16 to v20 to fix the action breaking but a lot of other stuff was broken too so I've updated a number of things.

Attempts to address #810 to resolve issues using this action

tomjn commented 4 months ago

Note that newer versions of the packages that were updated are available but I upgraded to the first Node 20 compatible versions to avoid breakage

svandragt commented 2 months ago

If you brew install swiftlint when on macos SwiftLint will be found and the last test might pass. @tomjn Source