Skip to content

Commit

Permalink
build(CI): update Swiftlint and CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudjenny committed Mar 19, 2023
1 parent b9dc9e2 commit 04ddaa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/xcodetest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: xcrun simctl list

- name: Xcode test on specific device
working-directory: ./MixTeam
working-directory: .
run: xcodebuild clean test -scheme telltime -destination 'platform=iOS Simulator,name=iPhone SE (2nd generation)'

- uses: actions/upload-artifact@v2
Expand Down
5 changes: 4 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
trailing_comma:
mandatory_comma: true

disabled_rules:
- identifier_name
- multiple_closures_with_trailing_closure

opt_in_rules:
- force_unwrapping
- implicitly_unwrapped_optional
- implicit_return
analyzer_rule:

analyzer_rules:
- explicit_self
- unused_import
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tell Time 🇬🇧⏰

![Unit Tests](https://github.com/renaudjenny/telltime/workflows/Xcode%20Unit%20Test/badge.svg)
[![Xcode Unit Test](https://github.com/renaudjenny/telltime/actions/workflows/xcodetest.yml/badge.svg)](https://github.com/renaudjenny/telltime/actions/workflows/xcodetest.yml)

>As a French guy in London, when people told me the time, I was always lost. Now thanks to this app, I can confirm what I hear and what I should say to tell the time 😄.
Expand Down

0 comments on commit 04ddaa8

Please sign in to comment.