Skip to content

Commit e3e51f4

Browse files
SwiftLint GH Actions Reporter (#1759)
1 parent 23edf0e commit e3e51f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/test_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ elif [ $1 = "arm" ]; then
99
fi
1010

1111
echo "Building with arch: ${ARCH}"
12-
swiftlint --version
12+
echo "SwiftLint Version: $(swiftlint --version)"
1313

1414
export LC_CTYPE=en_US.UTF-8
1515

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: GitHub Action for SwiftLint
13-
run: swiftlint --strict
13+
run: swiftlint --reporter github-actions-logging --strict

0 commit comments

Comments
 (0)