Bahn-X / swift-composable-navigator

An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
MIT License
580 stars 25 forks source link

Setup format and test workflows #33

Closed ohitsdaniel closed 3 years ago

ohitsdaniel commented 3 years ago

Resolves #20.

Problem

We want to enforce consistent formatting throughout the project.

Solution

Run swiftformat in a CI action and commit formatted code, if needed.