/iOS-helper-action

Action for iOS developers to automate tedious tasks like swiftlint, pod-lib-lint, install, run, test.

Primary LanguageJavaScriptMIT LicenseMIT

iOS Helper Action

License

Action for iOS developers to automate tedious tasks like swiftlint, pod-lib-lint, install, run, test.

Inputs

Action

swiftlint

Swift style and conventions.

pod-lit-lint

Validates a Pod

install

Install project dependencies.

run

Install project dependencies, and open workspace.

test

Test a scheme from the build root (SYMROOT). This requires specifying a scheme and optionally a destination.

- uses: BlueIntent/iOS-helper-action@v1.0
  with:
    action: 'swiftlint'