Skip to content

Commit

Permalink
Run swiftlint with the strict flag
Browse files Browse the repository at this point in the history
  • Loading branch information
emawby committed Aug 30, 2022
1 parent bc028b1 commit 767c124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
default="UnitTestApp"
echo $default | cat >default
echo Using default scheme: $default
- name: Run Swift Lint
run: |
swiftlint --strict
- name: Build
env:
scheme: ${{ 'UnitTestApp' }}
Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignalSDK/UnitTests/UnitTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/

// temp revert
#import <pthread.h>
#import <mach/mach.h>
#import <objc/runtime.h>
Expand Down

0 comments on commit 767c124

Please sign in to comment.