Skip to content

Commit

Permalink
Merge pull request #61 from DroidKaigi/takahirom/fix-filename-and-app…
Browse files Browse the repository at this point in the history
…ly-detekt-in-ci/2024-06-22

Fix file name and apply detekt in ci
  • Loading branch information
takahirom authored Jun 22, 2024
2 parents 18062d5 + 361c73b commit 8320da6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
name: event-payload
path: ${{ github.event_path }}

- run: ./gradlew detekt --stacktrace

- run: ./gradlew testDevDebugUnitTest testDebugUnitTest --stacktrace

# Saving cost
Expand Down
2 changes: 1 addition & 1 deletion app-ios/Sources/AppExperiments/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public struct ContentView: View {
struct ContributorComposeViewControllerWrapper: UIViewControllerRepresentable {
let repositories: any Repositories
func makeUIViewController(context: Context) -> UIViewController {
return IosComposeKt.contributorsViewController(
return contributorsViewController(
repositories: repositories,
onContributorsItemClick: {_ in}
)
Expand Down

0 comments on commit 8320da6

Please sign in to comment.