class Fastlane::Actions::CiutilsAction
Public Class Methods
description()
click to toggle source
# File lib/fastlane/plugin/ciutils/actions/en_ci_utils_init_action.rb, line 67 def self.description "Sets env variables for gym, scan, swiftlint and lizard actions" end
details()
click to toggle source
# File lib/fastlane/plugin/ciutils/actions/en_ci_utils_init_action.rb, line 75 def self.details "Call this action to pre-set gym, scan, swiftlint and lizard to use the build folder for intermediate files and reports" end
is_supported?(platform)
click to toggle source
# File lib/fastlane/plugin/ciutils/actions/en_ci_utils_init_action.rb, line 79 def self.is_supported?(platform) true end