Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

iOS Helper Action

v0.0.1

iOS Helper Action

play

iOS Helper Action

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

Installation

Copy and paste the following snippet into your .yml file.

              

- name: iOS Helper Action

uses: BlueIntent/[email protected]

Learn more about this action in BlueIntent/iOS-helper-action

Choose a version

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/[email protected]
  with:
    action: 'swiftlint'