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 30dd7b3 commit 6dca651Copy full SHA for 6dca651
.github/workflows/run_linter_and_unit_tests.yml
@@ -21,6 +21,7 @@ jobs:
21
run: |
22
ls -l /Applications | grep 'Xcode'
23
sudo xcode-select -s /Applications/Xcode_14.0.1.app
24
+
25
- name: Lint code using SwiftLint
26
run: swiftlint --strict --reporter github-actions-logging
27
0 commit comments