Skip to content

Commit ab6c194

Browse files
authored
Update main.yml
1 parent 4e63df3 commit ab6c194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Install needed software
13-
run: gem install xcpretty
13+
run: gem install xcpretty && brew install swiftlint
1414
- name: Run tests
1515
run: xcodebuild test -project sources/LocalizationEditor.xcodeproj -scheme LocalizationEditor -destination 'platform=OS X,arch=x86_64' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty

0 commit comments

Comments
 (0)