Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 721 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 721 Bytes

Exercism Swift Track

Exercism exercises in Swift

Contributing Guide

Please see the contributing guide

Swift Track

We use Github Actions to automatically run all the unit tests on the code that is going to be checked in. In addition we also have SwiftLint set up to make sure that the code is consistent across all exercises. Please run swiftlint autocorrect --format on your code before submitting a PR. Make sure all the tests pass locally using the swift package manager. Keep in mind that we support Linux so the tests need to also pass on linux.