Stefan
Results
2
issues of
Stefan
Unfortunately the readme doesn't tell how SwiftEntryKit can be used with SwiftUI.
SwiftLint is still checking unchanged files in my pull-requests even though I'm using the following swiftlint.yml config ``` name: SwiftLint on: pull_request: paths: - '.github/workflows/swiftlint.yml' - '.swiftlint.yml' - '**/*.swift' -...