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 23edf0e commit e3e51f4Copy full SHA for e3e51f4
.github/scripts/test_app.sh
@@ -9,7 +9,7 @@ elif [ $1 = "arm" ]; then
9
fi
10
11
echo "Building with arch: ${ARCH}"
12
-swiftlint --version
+echo "SwiftLint Version: $(swiftlint --version)"
13
14
export LC_CTYPE=en_US.UTF-8
15
.github/workflows/lint.yml
@@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
- run: swiftlint --strict
+ run: swiftlint --reporter github-actions-logging --strict
0 commit comments