We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e63df3 commit ab6c194Copy full SHA for ab6c194
.github/workflows/main.yml
@@ -10,6 +10,6 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
- name: Install needed software
13
- run: gem install xcpretty
+ run: gem install xcpretty && brew install swiftlint
14
- name: Run tests
15
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