Start to use GitHub Action (#432)
This commit is contained in:
parent
7c558a893a
commit
df80d2e431
11 changed files with 185 additions and 60 deletions
|
|
@ -1,6 +1,6 @@
|
|||
SWIFTLINT_VERSION="0.42.*"
|
||||
|
||||
if [[ -f "${SRCROOT}/.ci-env" ]]; then
|
||||
if [[ "${CI}" == "true" ]]; then
|
||||
echo "Running in a Continuous Integration environment. Linting is skipped."
|
||||
return
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue