Skip SwiftLint and SwiftFormat runs on CI build
Unfortunately, there seems to be no simpler way to tell a script in Xcode that it runs on CI.
This commit is contained in:
parent
ea304f963c
commit
9b38cc0437
5 changed files with 62 additions and 8 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -69,3 +69,8 @@ fastlane/Preview.html
|
|||
fastlane/screenshots
|
||||
fastlane/test_output
|
||||
.DS_Store
|
||||
|
||||
# Environment
|
||||
#
|
||||
# The Continuous Integration environment will create this file. It avoids specific "Run Script" phases while building.
|
||||
.ci-env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue