veracode / gen-ir

Generates LLVM IR for Xcode Projects
MIT License
8 stars 4 forks source link

Fix SwiftLint Job #67

Closed NinjaLikesCheez closed 1 month ago

NinjaLikesCheez commented 1 month ago

This change swaps out the underlying action for the SwiftLint job to a more maintained version and address the current violations.

It should be noted - this also changes the behaviour to lint all files not just changed files. This will better cover misses that were introduced.