ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
173 stars 17 forks source link

Introduce SwiftLint workflow and fix lint issues #192

Closed orj closed 4 years ago

orj commented 4 years ago

This PR configures SwiftLint.

📝 Summary of Changes

Changes proposed in this pull request:

orj commented 4 years ago

You can run SwiftLint locally if you have it installed. It is difficult to run the GitHub action directly. You can also use Docker to run SwiftLint similar to how the action runs it.