Skip to content

Commit 9be0597

Browse files
committed
update swiftlint
1 parent 793a0ce commit 9be0597

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
run: ./dcrlibwallet-ci-build.sh
3636

3737
- name: Run SwiftLint
38-
run: |
39-
set -o pipefail
40-
swiftlint lint --strict --quiet | sed -E 's/^(.*):([0-9]+):([0-9]+): (warning|error|[^:]+): (.*)/::\4 title=Lint error,file=\1,line=\2,col=\3::\5\n\1:\2:\3/'
38+
run: swiftlint lint --quiet $@ | sed 's/error: /warning: /g'
4139

4240
- name: Build Dcrios
4341
run: xcodebuild -workspace Decred\ Wallet.xcworkspace -scheme Decred\ Wallet\ Testnet -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12' clean

0 commit comments

Comments
 (0)