Skip to content

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

License

Notifications You must be signed in to change notification settings

BlueIntent/iOS-helper-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'