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

dppeak/iOS-helper-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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'

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • Shell 30.2%